Browse Source

Add formatting rules for .yml files to editorconfig.

ADmad 12 years ago
parent
commit
ead6c837c8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

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