2022-07-06 20:13:29 -04:00
|
|
|
{
|
2022-11-19 18:54:42 -05:00
|
|
|
"lint_maxScopeDepth": 7,
|
|
|
|
"lint_syntaxErrors": true,
|
|
|
|
"lint_syntaxInconsistencies": true,
|
|
|
|
"lint_deprecated": true,
|
|
|
|
"lint_trailingWhitespace": true,
|
|
|
|
"lint_whitespaceStyle": true,
|
|
|
|
"lint_beginnerMistakes": true,
|
|
|
|
"lint_emptyBlocks": true,
|
|
|
|
"lint_shadowing": true,
|
|
|
|
"lint_gotos": true,
|
|
|
|
"lint_goto_identifier": true,
|
|
|
|
"lint_doubleNegations": true,
|
|
|
|
"lint_redundantIfStatements": true,
|
|
|
|
"lint_redundantParentheses": true,
|
|
|
|
"lint_duplicateTableKeys": true,
|
|
|
|
"lint_profanity": true,
|
|
|
|
"lint_unusedVars": true,
|
|
|
|
"lint_unusedParameters": true,
|
|
|
|
"lint_unusedLoopVars": true,
|
|
|
|
"lint_inconsistentVariableStyle": false,
|
|
|
|
"lint_spaceBeforeComma": true,
|
|
|
|
"lint_spaceAfterComma": true,
|
|
|
|
"lint_spaceBetweenParens": true,
|
|
|
|
"lint_spaceBetweenBrackets": true,
|
|
|
|
"lint_spaceBetweenBraces": true,
|
2023-01-06 16:00:35 -05:00
|
|
|
"lint_ignoreFiles": [],
|
2022-07-06 20:13:29 -04:00
|
|
|
|
2022-11-19 18:54:42 -05:00
|
|
|
"prettyprint_spaceBetweenParens": true,
|
|
|
|
"prettyprint_spaceBetweenBrackets": false,
|
|
|
|
"prettyprint_spaceBetweenBraces": true,
|
|
|
|
"prettyprint_spaceAfterLabel": true,
|
|
|
|
"prettyprint_spaceBeforeComma": false,
|
|
|
|
"prettyprint_spaceAfterComma": true,
|
|
|
|
"prettyprint_semicolons": false,
|
|
|
|
"prettyprint_cStyle": false,
|
|
|
|
"prettyprint_rejectInvalidCode": false,
|
|
|
|
"prettyprint_spaceEmptyParens": false,
|
|
|
|
"prettyprint_spaceEmptyBraces": false,
|
|
|
|
"prettyprint_removeRedundantParens":true,
|
|
|
|
"prettyprint_minimizeParens": true,
|
|
|
|
"prettyprint_assumeOperatorAssociativity": true,
|
|
|
|
"prettyprint_indentation": " ",
|
|
|
|
"log_format": "auto"
|
2022-07-06 20:13:29 -04:00
|
|
|
}
|