Merge pull request #3454 from christopherdarling/patch-1

add .yml indentation
This commit is contained in:
Sean Harvey 2014-08-29 21:57:04 +12:00
commit 98ab540aba

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