Add configuration file for the editorconfig-checker tool

This commit is contained in:
Krzysztof Sikorski 2024-02-01 23:02:54 +01:00
parent f71a915229
commit 2e14a4e42e
Signed by: krzysztof-sikorski
GPG key ID: 4EB564BD08FE8476

21
.ecrc Normal file
View file

@ -0,0 +1,21 @@
{
"Version": "2.7.0",
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": [
"^doc/wayback_machine/"
],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"IndentSize": false,
"MaxLineLength": false
}
}