aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
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
commitc26265f52c3719c9706ceee0b8299e4e7b3d837d (patch)
treeb4c93344ad270cf3464d9a422124b9d6fa02d4fa /.editorconfig
parent0e9787c0b8feb0bdb38676882df191190e7cd12e (diff)
downloadruby-c26265f52c3719c9706ceee0b8299e4e7b3d837d.tar.gz
Sort properties in .editorconfig [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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