Skip to content

Commit b71b507

Browse files
huiyifyjr15ch13
authored andcommitted
fix(editorconfig): add missing } to bat/cmd regex (#3529)
1 parent b9b4818 commit b71b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indent_style = space
1212
insert_final_newline = true
1313
trim_trailing_whitespace = true
1414

15-
[*.{bat,cmd,[Bb][Aa][Tt],[Cc][Mm][Dd]]
15+
[*.{[Bb][Aa][Tt],[Cc][Mm][Dd]}]
1616
# DOS/Win *requires* BAT/CMD files to have CRLF newlines
1717
end_of_line = crlf
1818

0 commit comments

Comments
 (0)