aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 11:15:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 11:15:27 +0000
commitaf51cc1d3ac1ff1d9e728a19cb48f5342105fc8f (patch)
tree8332797438d3b2384fa7b387d26fe3b1d3c8b255 /.editorconfig
parentc26265f52c3719c9706ceee0b8299e4e7b3d837d (diff)
downloadruby-af51cc1d3ac1ff1d9e728a19cb48f5342105fc8f.tar.gz
Add *.gemspec to .editorconfig [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index beebf94cce..49cc692091 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,10 @@ trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
+[*.gemspec]
+indent_size = 2
+indent_style = space
+
[*.rb]
indent_size = 2
indent_style = space