mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
24 lines
491 B
Plaintext
24 lines
491 B
Plaintext
{
|
|
"Verbose": false,
|
|
"Debug": false,
|
|
"IgnoreDefaults": false,
|
|
"SpacesAftertabs": false,
|
|
"NoColor": false,
|
|
"Exclude": [
|
|
"LICENSE",
|
|
"\\.initializers",
|
|
"\\.vscode"
|
|
],
|
|
"AllowedContentTypes": [],
|
|
"PassedFiles": [],
|
|
"Disable": {
|
|
// set these options to true to disable specific checks
|
|
"EndOfLine": false,
|
|
"Indentation": false,
|
|
"InsertFinalNewline": false,
|
|
"TrimTrailingWhitespace": false,
|
|
"IndentSize": true,
|
|
"MaxLineLength": false
|
|
}
|
|
}
|