ruby-changes:47735
From: kazu <ko1@a...>
Date: Tue, 12 Sep 2017 20:15:31 +0900 (JST)
Subject: [ruby-changes:47735] kazu:r59852 (trunk): Sort properties in .editorconfig [ci skip]
kazu 2017-09-12 20:15:26 +0900 (Tue, 12 Sep 2017) New Revision: 59852 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59852 Log: Sort properties in .editorconfig [ci skip] Modified files: trunk/.editorconfig Index: .editorconfig =================================================================== --- .editorconfig (revision 59851) +++ .editorconfig (revision 59852) @@ -2,18 +2,18 @@ root = true https://github.com/ruby/ruby/blob/trunk/.editorconfig#L2 [*] end_of_line = lf +indent_size = 4 +indent_style = tab insert_final_newline = true -trim_trailing_whitespace = true tab_width = 8 -indent_style = tab -indent_size = 4 +trim_trailing_whitespace = true [*.bat] end_of_line = crlf [*.rb] -indent_style = space indent_size = 2 +indent_style = space [*.yml] indent_size = 2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/