ruby-changes:49915
From: kazu <ko1@a...>
Date: Thu, 25 Jan 2018 09:11:57 +0900 (JST)
Subject: [ruby-changes:49915] kazu:r62033 (trunk): .editorconfig: Use spaces instead of tab except Makefiles
kazu 2018-01-25 09:11:52 +0900 (Thu, 25 Jan 2018) New Revision: 62033 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62033 Log: .editorconfig: Use spaces instead of tab except Makefiles ref [Bug #14246] [ci skip] Modified files: trunk/.editorconfig Index: .editorconfig =================================================================== --- .editorconfig (revision 62032) +++ .editorconfig (revision 62033) @@ -3,7 +3,7 @@ root = true https://github.com/ruby/ruby/blob/trunk/.editorconfig#L3 [*] end_of_line = lf indent_size = 4 -indent_style = tab +indent_style = space insert_final_newline = true tab_width = 8 trim_trailing_whitespace = true @@ -13,12 +13,12 @@ end_of_line = crlf https://github.com/ruby/ruby/blob/trunk/.editorconfig#L13 [*.gemspec] indent_size = 2 -indent_style = space [*.rb] indent_size = 2 -indent_style = space [*.yml] indent_size = 2 -indent_style = space + +[{*[Mm]akefile*,*.mak,*.mk,depend}] +indent_style = tab -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/