mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use *
instead of **
in .editorconfig
It seems `**` is same as `*` when no `/` exist. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bab14d39fb
commit
50df046783
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ tab_width = 8
|
|||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[**.bat]
|
||||
[*.bat]
|
||||
end_of_line = crlf
|
||||
|
||||
[**.rb]
|
||||
[*.rb]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue