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