Create .ecrc

This commit is contained in:
Gabriel Diaz 2020-10-15 16:41:48 -05:00 committed by GitHub
parent 3fe3c13ed3
commit a18211a078
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
}
}