Fix .editorconfig (#932)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
ycrack 2020-03-27 18:35:41 +09:00 committed by GitHub
parent b423654375
commit 079b1fed64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{bat,cmd,[Bb][Aa][Tt],[Cc][Mm][Dd]]
[*.{[Bb][Aa][Tt],[Cc][Mm][Dd]}]
# DOS/Win *requires* BAT/CMD files to have CRLF newlines
end_of_line = crlf