From 29c1321a8416077a18e7e9c9a84025e81ebfc562 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 12 Sep 2017 11:15:27 +0000 Subject: Add *.gemspec to .editorconfig [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1