From 56a25c72c8b1701c296bc65251a45b0a81366451 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 17 Aug 2017 12:31:10 +0000 Subject: 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 --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index f404977180..7e1368c74e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 -- cgit v1.2.3