Update the linter "ignored files" filter

This commit is contained in:
StyledStrike 2023-01-30 21:13:34 -03:00
parent d86ccf3922
commit 21400416de

View File

@ -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,