mirror of
https://github.com/Cherry/3D2D-Textscreens.git
synced 2025-03-04 03:13:15 -05:00
30 lines
929 B
JSON
30 lines
929 B
JSON
{
|
|
"lint_maxScopeDepth": 7,
|
|
"lint_syntaxErrors": true,
|
|
"lint_syntaxInconsistencies": true,
|
|
"lint_deprecated": true,
|
|
"lint_whitespaceStyle": true,
|
|
"lint_beginnerMistakes": true,
|
|
"lint_emptyBlocks": true,
|
|
"lint_shadowing": true,
|
|
"lint_gotos": true,
|
|
"lint_doubleNegations": true,
|
|
"lint_duplicateTableKeys": true,
|
|
"lint_profanity": true,
|
|
"lint_unusedVars": true,
|
|
"lint_unusedParameters": false,
|
|
"lint_unusedLoopVars": false,
|
|
"lint_inconsistentVariableStyle": false,
|
|
"prettyprint_assumeOperatorAssociativity": true,
|
|
"prettyprint_minimizeParens": true,
|
|
"prettyprint_removeRedundantParens": true,
|
|
"prettyprint_spaceAfterParens": false,
|
|
"prettyprint_spaceAfterBrackets": false,
|
|
"prettyprint_spaceAfterBraces": false,
|
|
"prettyprint_spaceBeforeComma": false,
|
|
"prettyprint_spaceAfterComma": true,
|
|
"prettyprint_semicolons": false,
|
|
"prettyprint_cStyle": false,
|
|
"prettyprint_indentation": "\t",
|
|
"log_format": "auto"
|
|
} |