Merge pull request #859 from github/gf_fix_missing_template_ecrc

Create template .ecrc
This commit is contained in:
Lukas Gravley 2020-10-15 16:57:33 -05:00 committed by GitHub
commit 21eea65476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
TEMPLATES/.ecrc Normal file
View file

@ -0,0 +1,18 @@
{
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"exclude": ["testfiles"],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"IndentSize": false,
"MaxLineLength": false
}
}