Skip to content

Commit b7f0747

Browse files
huiyifyjAsh258
authored andcommitted
fix(editorconfig): add missing } to bat/cmd regex (ScoopInstaller#3529)
1 parent 79f8538 commit b7f0747

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)