-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglualint.json
More file actions
26 lines (26 loc) · 818 Bytes
/
glualint.json
File metadata and controls
26 lines (26 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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":true,
"lint_unusedLoopVars":true,
"lint_redundantParentheses":true,
"prettyprint_spaceAfterParens":false,
"prettyprint_spaceAfterBrackets":false,
"prettyprint_spaceAfterBraces":false,
"prettyprint_spaceBeforeComma":false,
"prettyprint_spaceAfterComma":true,
"prettyprint_semicolons":false,
"prettyprint_cStyle":false,
"prettyprint_indentation":" "
}