Forcing 2 space indentation on all yaml files

This commit is contained in:
Djamil Legato 2014-09-25 15:34:29 -07:00
parent ac3b0ba3ec
commit a6d46ebcd7

View File

@ -11,3 +11,8 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
# 2 space indentation
[*.yaml, *.yml]
indent_style = space
indent_size = 2