summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-03 07:43:13 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-03 07:43:13 +0000
commit9df3c8565b9886ab43b8025dd03e167d117ab47f (patch)
tree77d19ee97ec62404df0d31aef0ea5d90eb220510 /.editorconfig
parentb68f2a4bba4ca8cf94aba5dc691c88b93901606a (diff)
Set indent_size of reg*.[ch] to 2 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index b7ff7280ad..cb2729fff9 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -22,3 +22,6 @@ indent_size = 2
[{*[Mm]akefile*,*.mak,*.mk,depend}]
indent_style = tab
+
+[reg*.[ch]]
+indent_size = 2