diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/.editorconfig b/.editorconfig index 7618759..f9e4a2e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,18 +1,16 @@ -# http://editorconfig.org root = true [*] -indent_style = tab -tab_width = 2 -indent_size = 2 end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 -[*.{nix,yml,yaml}] +[*.{lock,nix,yml,yaml}] indent_style = space indent_size = 2 -[*.lock] +[justfile] indent_style = space +indent_size = 4 |
