diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-17 17:48:15 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-17 17:48:15 +0300 |
commit | 508aee982ae2fda532742dffdc781f78351e115f (patch) | |
tree | 22915df34232a7348904b7813660392ed4318fcb /.editorconfig | |
parent | 2022-08-16 (diff) |
2022-08-17
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index 29b9040..16e48cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = false + [*] charset = utf-8 end_of_line = lf @@ -11,10 +13,6 @@ trim_trailing_whitespace = true indent_size = 2 indent_style = space -[*.{yaml,yml}] +[*.el] indent_size = 2 indent_style = space - -[*.{toml,tml}] -indent_size = 4 -indent_style = space |