summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-21 03:24:59 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-21 03:24:59 +0000
commit7aacb650153db6eb341907dff8c3f8445717e556 (patch)
treed7df3d5e89ca6fd58fb26666ffe7d3b92f628d95 /.editorconfig
parentf2ea705d68d7e814e68c2df4598b95106e280e49 (diff)
Remove duplicated and change order
`reg*` affects `doc/regexp.rdoc`, but it is not a file of the Oniguruma/Onigmo regular expression engine. `reg*.[ch]` matches `reg*` except `doc/regexp.rdoc`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig
index e8bb00b588..4633a7acae 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,12 +11,6 @@ trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
-[reg*]
-indent_size = 2
-
-[enc/*]
-indent_size = 2
-
[*.gemspec]
indent_size = 2
@@ -29,5 +23,8 @@ indent_size = 2
[{*[Mm]akefile*,*.mak,*.mk,depend}]
indent_style = tab
+[enc/*]
+indent_size = 2
+
[reg*.[ch]]
indent_size = 2