ruby-changes:44453
From: kazu <ko1@a...>
Date: Sun, 30 Oct 2016 20:57:47 +0900 (JST)
Subject: [ruby-changes:44453] kazu:r56526 (trunk): Add config for *.yml [ci skip]
kazu 2016-10-30 20:57:41 +0900 (Sun, 30 Oct 2016) New Revision: 56526 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56526 Log: Add config for *.yml [ci skip] Modified files: trunk/.editorconfig Index: .editorconfig =================================================================== --- .editorconfig (revision 56525) +++ .editorconfig (revision 56526) @@ -14,3 +14,7 @@ end_of_line = crlf https://github.com/ruby/ruby/blob/trunk/.editorconfig#L14 [**.rb] indent_style = space indent_size = 2 + +[*.yml] +indent_size = 2 +indent_style = space -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/