mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-26 12:03:01 +05:00
35 lines
No EOL
1 KiB
JSON
35 lines
No EOL
1 KiB
JSON
{
|
|
"lint_maxScopeDepth": 0,
|
|
"lint_syntaxErrors": true,
|
|
"lint_syntaxInconsistencies": true,
|
|
"lint_deprecated": true,
|
|
"lint_trailingWhitespace": true,
|
|
"lint_whitespaceStyle": true,
|
|
"lint_beginnerMistakes": true,
|
|
"lint_emptyBlocks": false,
|
|
"lint_shadowing": false,
|
|
"lint_gotos": true,
|
|
"lint_doubleNegations": true,
|
|
"lint_redundantIfStatements": false,
|
|
"lint_redundantParentheses": true,
|
|
"lint_duplicateTableKeys": true,
|
|
"lint_profanity": false,
|
|
"lint_unusedVars": true,
|
|
"lint_unusedParameters": false,
|
|
"lint_unusedLoopVars": false,
|
|
"lint_inconsistentVariableStyle": false,
|
|
"lint_ignoreFiles": [],
|
|
|
|
"prettyprint_spaceAfterParens": false,
|
|
"prettyprint_spaceAfterBrackets": false,
|
|
"prettyprint_spaceAfterBraces": false,
|
|
"prettyprint_spaceEmptyBrackets": true,
|
|
"prettyprint_spaceAfterLabel": false,
|
|
"prettyprint_spaceBeforeComma": false,
|
|
"prettyprint_spaceAfterComma": true,
|
|
"prettyprint_semicolons": false,
|
|
"prettyprint_cStyle": false,
|
|
"prettyprint_rejectInvalidCode": false,
|
|
"prettyprint_indentation": "\t",
|
|
"log_format": "auto"
|
|
} |