summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 11:15:26 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 11:15:26 +0000
commit4887aa190a2316009b8be6ea87a865aa81a73dec (patch)
treeb4c93344ad270cf3464d9a422124b9d6fa02d4fa
parentaca81f37662c0a55441d7233e08b470c6a7b40f7 (diff)
Sort properties in .editorconfig [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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