[前][次][番号順一覧][スレッド一覧]

ruby-changes:55114

From: kazu <ko1@a...>
Date: Thu, 21 Mar 2019 12:25:05 +0900 (JST)
Subject: [ruby-changes:55114] kazu:r67321 (trunk): Remove duplicated and change order

kazu	2019-03-21 12:24:59 +0900 (Thu, 21 Mar 2019)

  New Revision: 67321

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67321

  Log:
    Remove duplicated and change order
    
    `reg*` affects `doc/regexp.rdoc`, but it is not a file of the Oniguruma/Onigmo regular expression engine.
    `reg*.[ch]` matches `reg*` except `doc/regexp.rdoc`.

  Modified files:
    trunk/.editorconfig
Index: .editorconfig
===================================================================
--- .editorconfig	(revision 67320)
+++ .editorconfig	(revision 67321)
@@ -11,12 +11,6 @@ trim_trailing_whitespace = true https://github.com/ruby/ruby/blob/trunk/.editorconfig#L11
 [*.bat]
 end_of_line = crlf
 
-[reg*]
-indent_size = 2
-
-[enc/*]
-indent_size = 2
-
 [*.gemspec]
 indent_size = 2
 
@@ -29,5 +23,8 @@ indent_size = 2 https://github.com/ruby/ruby/blob/trunk/.editorconfig#L23
 [{*[Mm]akefile*,*.mak,*.mk,depend}]
 indent_style = tab
 
+[enc/*]
+indent_size = 2
+
 [reg*.[ch]]
 indent_size = 2

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]