Last active
May 23, 2023 23:11
-
-
Save Pollux12/7f798891c8c9944b7eb335d7841f4b20 to your computer and use it in GitHub Desktop.
cityrp glualint action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lint_maxScopeDepth": 0, | |
| "lint_syntaxErrors": true, | |
| "lint_syntaxInconsistencies": false, | |
| "lint_deprecated": false, | |
| "lint_trailingWhitespace": false, | |
| "lint_whitespaceStyle": false, | |
| "lint_beginnerMistakes": false, | |
| "lint_emptyBlocks": false, | |
| "lint_shadowing": false, | |
| "lint_gotos": false, | |
| "lint_goto_identifier": false, | |
| "lint_doubleNegations": false, | |
| "lint_redundantIfStatements": false, | |
| "lint_redundantParentheses": false, | |
| "lint_duplicateTableKeys": false, | |
| "lint_profanity": false, | |
| "lint_unusedVars": false, | |
| "lint_unusedParameters": false, | |
| "lint_unusedLoopVars": false, | |
| "lint_inconsistentVariableStyle": false, | |
| "lint_ignoreFiles": [], | |
| "prettyprint_spaceAfterParens": false, | |
| "prettyprint_spaceAfterBrackets": false, | |
| "prettyprint_spaceAfterBraces": false, | |
| "prettyprint_spaceEmptyParens": false, | |
| "prettyprint_spaceEmptyBraces": false, | |
| "prettyprint_spaceAfterLabel": false, | |
| "prettyprint_spaceBeforeComma": false, | |
| "prettyprint_spaceAfterComma": true, | |
| "prettyprint_semicolons": false, | |
| "prettyprint_cStyle": false, | |
| "prettyprint_removeRedundantParens": true, | |
| "prettyprint_minimizeParens": false, | |
| "prettyprint_assumeOperatorAssociativity": true, | |
| "prettyprint_rejectInvalidCode": true, | |
| "prettyprint_indentation":"\t", | |
| "log_format": "github" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment