1
0
Fork 0
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:
kazu 2017-08-17 12:31:10 +00:00
parent bab14d39fb
commit 50df046783

View file

@ -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