summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
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