From 079b1fed6435b333a7171c67e564edeca1165668 Mon Sep 17 00:00:00 2001 From: ycrack Date: Fri, 27 Mar 2020 18:35:41 +0900 Subject: [PATCH] Fix .editorconfig (#932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2a6483b4f8..3f9097a912 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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