Change indent_size to 2 for YAML files

This commit is contained in:
Romain Failliot 2021-11-20 13:18:23 -05:00
parent 6ad8038ddf
commit c231977faa
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ trim_trailing_whitespace = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2