2023-06-04 19:50:50 +05:00
|
|
|
{
|
|
|
|
"lint_maxScopeDepth": 0,
|
|
|
|
"lint_syntaxErrors": true,
|
|
|
|
"lint_syntaxInconsistencies": true,
|
|
|
|
"lint_deprecated": true,
|
|
|
|
"lint_trailingWhitespace": true,
|
|
|
|
"lint_whitespaceStyle": true,
|
|
|
|
"lint_beginnerMistakes": true,
|
2025-02-13 13:32:27 +05:00
|
|
|
"lint_emptyBlocks": true,
|
2023-06-04 19:50:50 +05:00
|
|
|
"lint_shadowing": false,
|
|
|
|
"lint_gotos": true,
|
2025-02-13 13:32:27 +05:00
|
|
|
"lint_goto_identifier": true,
|
2023-06-04 19:50:50 +05:00
|
|
|
"lint_doubleNegations": true,
|
2025-02-13 13:32:27 +05:00
|
|
|
"lint_redundantIfStatements": true,
|
2023-06-04 19:50:50 +05:00
|
|
|
"lint_redundantParentheses": true,
|
|
|
|
"lint_duplicateTableKeys": true,
|
2025-02-13 13:32:27 +05:00
|
|
|
"lint_profanity": true,
|
2023-06-04 19:50:50 +05:00
|
|
|
"lint_unusedVars": true,
|
|
|
|
"lint_unusedParameters": false,
|
2025-02-13 13:32:27 +05:00
|
|
|
"lint_unusedLoopVars": true,
|
|
|
|
"lint_ignoreFiles": ["C:\\Temp\\glua-enchanced\\**.lua"],
|
2023-06-04 19:50:50 +05:00
|
|
|
"lint_inconsistentVariableStyle": false,
|
2025-02-13 13:32:27 +05:00
|
|
|
"lint_spaceBetweenParens": true,
|
|
|
|
"lint_spaceBetweenBrackets": true,
|
|
|
|
"lint_spaceBetweenBraces": true,
|
|
|
|
"lint_spaceBeforeComma": false,
|
|
|
|
"lint_spaceAfterComma": true,
|
|
|
|
"lint_maxLineLength": 0,
|
2023-06-04 19:50:50 +05:00
|
|
|
|
2025-02-13 13:32:27 +05:00
|
|
|
"prettyprint_spaceBetweenParens": false,
|
|
|
|
"prettyprint_spaceBetweenBrackets": false,
|
|
|
|
"prettyprint_spaceBetweenBraces": false,
|
|
|
|
"prettyprint_spaceEmptyParens": false,
|
|
|
|
"prettyprint_spaceEmptyBraces": false,
|
2023-06-04 19:50:50 +05:00
|
|
|
"prettyprint_spaceAfterLabel": false,
|
|
|
|
"prettyprint_spaceBeforeComma": false,
|
|
|
|
"prettyprint_spaceAfterComma": true,
|
|
|
|
"prettyprint_semicolons": false,
|
|
|
|
"prettyprint_cStyle": false,
|
2025-02-13 13:32:27 +05:00
|
|
|
"prettyprint_removeRedundantParens": true,
|
|
|
|
"prettyprint_minimizeParens": true,
|
|
|
|
"prettyprint_assumeOperatorAssociativity": true,
|
2023-06-04 19:50:50 +05:00
|
|
|
"prettyprint_indentation": "\t",
|
2025-02-13 13:32:27 +05:00
|
|
|
|
2023-06-04 19:50:50 +05:00
|
|
|
"log_format": "auto"
|
2025-02-13 13:32:27 +05:00
|
|
|
}
|