Use 2 space indents in YAML files

this is (mostly) a backport of #2593 to 3.5. Closes #2593.
This commit is contained in:
Dylan K. Taylor 2019-01-24 18:44:06 +00:00
parent 9ecf23d3ee
commit 62b6405371
3 changed files with 151 additions and 147 deletions

View File

@ -4,3 +4,7 @@ root = yes
[*]
indent_size = 4
indent_style = tab
[*.yml]
indent_size = 2
indent_style = space