summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-17 17:48:15 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-17 17:48:15 +0300
commit508aee982ae2fda532742dffdc781f78351e115f (patch)
tree22915df34232a7348904b7813660392ed4318fcb /.editorconfig
parent7a1a900334653e7cadfd60e1c92c128bf9c5a951 (diff)
2022-08-17
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
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