aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index cb2729fff9..e8bb00b588 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,12 @@ trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
+[reg*]
+indent_size = 2
+
+[enc/*]
+indent_size = 2
+
[*.gemspec]
indent_size = 2