summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig
index e8bb00b588..4633a7acae 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,12 +11,6 @@ trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
-[reg*]
-indent_size = 2
-
-[enc/*]
-indent_size = 2
-
[*.gemspec]
indent_size = 2
@@ -29,5 +23,8 @@ indent_size = 2
[{*[Mm]akefile*,*.mak,*.mk,depend}]
indent_style = tab
+[enc/*]
+indent_size = 2
+
[reg*.[ch]]
indent_size = 2