mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00: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
@ -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…
x
Reference in New Issue
Block a user