For YAML there are two equally valid styles of indenting Arrays:
Elements indenting the Dash:
Elements not indenting the Dash:
b:
- schni
- schna
- schnuck
yaml-sort should stick with one of them. As the Output of Ruby's Hash#to_yaml uses "not indenting Array-Elements" I strongly prefer this one.