Add formatting rules for .yml files to editorconfig.

This commit is contained in:
ADmad 2014-05-04 18:37:41 +05:30
parent 2f0a9be0e4
commit ead6c837c8

View file

@ -11,3 +11,7 @@ trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
[*.yml]
indent_style = space
indent_size = 2