Files
blog/.editorconfig-checker.json
2025-08-04 14:10:44 +00:00

27 lines
508 B
JSON

{
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAfterTabs": false,
"NoColor": false,
"Exclude": [
".git/",
"vendor/",
"web/wp/",
"web/app/",
"web/app/themes/",
"web/app/plugins/",
"web/app/languages"
],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"IndentSize": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"MaxLineLength": false
}
}