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

ruby-changes:47493

From: kazu <ko1@a...>
Date: Thu, 17 Aug 2017 21:31:16 +0900 (JST)
Subject: [ruby-changes:47493] kazu:r59609 (trunk): Use `*` instead of `**` in .editorconfig

kazu	2017-08-17 21:31:10 +0900 (Thu, 17 Aug 2017)

  New Revision: 59609

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

  Log:
    Use `*` instead of `**` in .editorconfig
    
    It seems `**` is same as `*` when no `/` exist.
    [ci skip]

  Modified files:
    trunk/.editorconfig
Index: .editorconfig
===================================================================
--- .editorconfig	(revision 59608)
+++ .editorconfig	(revision 59609)
@@ -8,10 +8,10 @@ tab_width = 8 https://github.com/ruby/ruby/blob/trunk/.editorconfig#L8
 indent_style = tab
 indent_size = 4
 
-[**.bat]
+[*.bat]
 end_of_line = crlf
 
-[**.rb]
+[*.rb]
 indent_style = space
 indent_size = 2
 

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

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