mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
27 lines
482 B
JSON
27 lines
482 B
JSON
{
|
|
"Verbose": false,
|
|
"Debug": false,
|
|
"IgnoreDefaults": false,
|
|
"SpacesAftertabs": true,
|
|
"NoColor": false,
|
|
"Exclude": [
|
|
"^test/",
|
|
"\\.git.*",
|
|
"\\.bats$",
|
|
"\\.cf$",
|
|
"\\.conf$",
|
|
"\\.init$",
|
|
"\\.md$"
|
|
],
|
|
"AllowedContentTypes": [],
|
|
"PassedFiles": [],
|
|
"Disable": {
|
|
"EndOfLine": false,
|
|
"Indentation": false,
|
|
"InsertFinalNewline": false,
|
|
"TrimTrailingWhitespace": false,
|
|
"IndentSize": false,
|
|
"MaxLineLength": false
|
|
}
|
|
}
|