Merge pull request #1425 from skupjoe/fix-editorconfig-checker

Fix editorconfig-checker deprecations
This commit is contained in:
Tobias Genannt 2025-03-24 14:45:06 +01:00 committed by GitHub
commit 1c3017323c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"Verbose": false, "Verbose": false,
"Debug": false, "Debug": false,
"IgnoreDefaults": false, "IgnoreDefaults": false,
"SpacesAftertabs": false, "SpacesAfterTabs": false,
"NoColor": false, "NoColor": false,
"Exclude": ["LICENSE", "\\.initializers", "\\.vscode"], "Exclude": ["LICENSE", "\\.initializers", "\\.vscode"],
"AllowedContentTypes": [], "AllowedContentTypes": [],