summaryrefslogtreecommitdiff
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
commit29c1321a8416077a18e7e9c9a84025e81ebfc562 (patch)
tree8332797438d3b2384fa7b387d26fe3b1d3c8b255
parent4887aa190a2316009b8be6ea87a865aa81a73dec (diff)
Add *.gemspec to .editorconfig [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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