ruby-changes:52695
From: kazu <ko1@a...>
Date: Wed, 3 Oct 2018 16:43:19 +0900 (JST)
Subject: [ruby-changes:52695] kazu:r64907 (trunk): Set indent_size of reg*.[ch] to 2 [ci skip]
kazu 2018-10-03 16:43:13 +0900 (Wed, 03 Oct 2018) New Revision: 64907 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64907 Log: Set indent_size of reg*.[ch] to 2 [ci skip] Modified files: trunk/.editorconfig Index: .editorconfig =================================================================== --- .editorconfig (revision 64906) +++ .editorconfig (revision 64907) @@ -22,3 +22,6 @@ indent_size = 2 https://github.com/ruby/ruby/blob/trunk/.editorconfig#L22 [{*[Mm]akefile*,*.mak,*.mk,depend}] indent_style = tab + +[reg*.[ch]] +indent_size = 2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/