mirror of
https://github.com/StyledStrike/musical-keyboard.git
synced 2025-03-04 03:13:36 -05:00
Update the linter "ignored files" filter
This commit is contained in:
parent
d86ccf3922
commit
21400416de
@ -24,7 +24,10 @@
|
||||
"lint_spaceBetweenParens": true,
|
||||
"lint_spaceBetweenBrackets": true,
|
||||
"lint_spaceBetweenBraces": true,
|
||||
"lint_ignoreFiles": ["**.lua"],
|
||||
"lint_ignoreFiles": [
|
||||
"lua/entities/gmod_wire_expression2/core/custom/*.lua",
|
||||
"lua/autorun/netstream.lua"
|
||||
],
|
||||
|
||||
"prettyprint_spaceBetweenParens": true,
|
||||
"prettyprint_spaceBetweenBrackets": false,
|
||||
|
Loading…
Reference in New Issue
Block a user