Add configuration file for the editorconfig-checker
tool
This commit is contained in:
parent
f71a915229
commit
2e14a4e42e
1 changed files with 21 additions and 0 deletions
21
.ecrc
Normal file
21
.ecrc
Normal 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
|
||||
}
|
||||
}
|
Reference in a new issue