summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index f404977180..7e1368c74e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,10 +8,10 @@ tab_width = 8
indent_style = tab
indent_size = 4
-[**.bat]
+[*.bat]
end_of_line = crlf
-[**.rb]
+[*.rb]
indent_style = space
indent_size = 2