diff options
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 751bd6b..6dca6bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,17 +7,17 @@ insert_final_newline = true indent_style = space trim_trailing_whitespace = true -[*.yml] +[*.{yml,yml.tmpl,yaml,yaml.tmpl}] indent_size = 2 -[*.json] +[*.{json,json.tmpl}] indent_size = 2 [*.py] indent_size = 4 -[.git*] -indent_size = 8 +[{.git*,dot_git*,dot_git*.tmpl}] +indent_size = 4 indent_style = tab [*.md] |