Add explicit editorconfig block for yaml

This commit is contained in:
Gabe Kangas 2022-06-29 14:29:17 -07:00
parent a28533a7ce
commit e7d078fbdb
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
2 changed files with 4 additions and 8 deletions

View File

@ -14,3 +14,7 @@ quote_type = single
curly_bracket_next_line = true
spaces_around_operators = true
spaces_around_brackets = true
[*.yml,*.yaml]
indent_style = space
indent_size = 2

View File

@ -1,8 +0,0 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false