diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index 62e6253..f9e4a2e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,11 +7,7 @@ charset = utf-8 indent_style = tab indent_size = 4 -[*.{yml,yaml}] -indent_style = space -indent_size = 2 - -[*.{nix,lock}] +[*.{lock,nix,yml,yaml}] indent_style = space indent_size = 2 |
