Add formatting rules for .yml files to editorconfig.

This commit is contained in:
ADmad 2014-05-04 18:37:41 +05:30 committed by mark_story
parent 8f0e203fb5
commit 63ab865174

View file

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