Skip to content

Commit f4b424f

Browse files
committed
fix typo error on config directive of EditorConfig Checker
1 parent 0aceceb commit f4b424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.editorconfig-checker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Verbose": false,
33
"Debug": false,
44
"IgnoreDefaults": false,
5-
"SpacesAftertabs": false,
5+
"SpacesAfterTabs": false,
66
"NoColor": false,
77
"Exclude": ["\\.editorconfig", "\\.github", "\\.gitignore", "LICENSE", "^README\\.md", "vendor", "\\.phplint-cache", "\\.changes"],
88
"AllowedContentTypes": [],

0 commit comments

Comments
 (0)