Skip to content

Commit 94667af

Browse files
committed
.editorconfig-checker.json: Added additional glob patterns because the tool doesn't seem to be matching them correctly
1 parent 533346d commit 94667af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.editorconfig-checker.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"SpacesAfterTabs": false,
66
"NoColor": false,
77
"Exclude": [
8+
"*.resx",
89
"**/*.resx",
10+
"*.DotSettings",
911
"**/*.DotSettings",
12+
"App.config",
1013
"**/App.config"
1114
],
1215
"AllowedContentTypes": [],

0 commit comments

Comments
 (0)