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