mirror of
https://github.com/ACF-Team/CFW.git
synced 2025-03-04 03:03:16 -05:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
![]() |
{
|
||
|
"lint_maxScopeDepth": 10,
|
||
|
"lint_syntaxErrors": true,
|
||
|
"lint_syntaxInconsistencies": true,
|
||
|
"lint_deprecated": true,
|
||
|
"lint_trailingWhitespace": true,
|
||
|
"lint_whitespaceStyle": true,
|
||
|
"lint_beginnerMistakes": true,
|
||
|
"lint_emptyBlocks": true,
|
||
|
"lint_shadowing": false,
|
||
|
"lint_gotos": 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_ignoreFiles": ["lua/entities/gmod_wire_expression2/core/custom/*.lua"],
|
||
|
|
||
|
"prettyprint_spaceAfterParens": false,
|
||
|
"prettyprint_spaceAfterBrackets": false,
|
||
|
"prettyprint_spaceAfterBraces": false,
|
||
|
"prettyprint_spaceAfterLabel": false,
|
||
|
"prettyprint_spaceBeforeComma": false,
|
||
|
"prettyprint_spaceAfterComma": true,
|
||
|
"prettyprint_semicolons": false,
|
||
|
"prettyprint_cStyle": false,
|
||
|
"prettyprint_rejectInvalidCode": false,
|
||
|
"prettyprint_indentation": "\t",
|
||
|
"log_format": "auto"
|
||
|
}
|