Use 2 spaces for yaml files (.travis.yml)

This commit is contained in:
Matthew Klein 2018-08-28 20:06:53 -05:00 committed by Fredrik Fornwall
parent 5ff801c914
commit 6dce32aece
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.y{a,}ml]
indent_size = 2
indent_style = space