Skip to content

Commit 10de2eb

Browse files
committed
Fixes typo in .editorconfig
Corrects a typo in the .editorconfig file, changing ".slnx}" to "slnx}". This ensures correct application of code style settings for Visual Studio solution files.
1 parent 2de2ba3 commit 10de2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MarkdownLinkCheckLogParser/.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,.slnx}]
29+
[*.{sln,slnx}]
3030
indent_style = tab
3131

3232
# Visual Studio XML Project Files

0 commit comments

Comments
 (0)