add .yml indentation

added some extra rules for any _config/*.yml files so that they use 2 space indents.
This commit is contained in:
Christopher Darling 2014-08-29 09:48:40 +01:00
parent 7b0ae41916
commit d993ea8cd0

View File

@ -5,3 +5,8 @@ insert_final_newline = true
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
# indentation for YAML config files
[_config/*.yml]
indent_style = space
indent_size = 2