Skip to content

Commit 1ef0def

Browse files
committed
Fixes typo in .editorconfig
Corrects a typo in the .editorconfig file, changing '[*.{sln}]' to '[*.sln]' to properly apply editor settings to solution files.
1 parent dccdde8 commit 1ef0def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubIssueFormsParser/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
2626
##########################################
2727

2828
# Visual Studio Solution Files
29-
[*.{sln}]
29+
[*.sln]
3030
indent_style = tab
3131

3232
# Latest Visual Studio Solution Files

0 commit comments

Comments
 (0)