diff --git a/.vscode/settings.json b/.vscode/settings.json index b48fa9d..3efa150 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,7 @@ } // use below to verify no single line blocks with no braces -// /^\s*(if|while|for|switch|else) .*\s*[\r\n]+\s*[^\s{]/gm +// /^\s*(if|while|for|switch|else).*\s*[\r\n]+\s*[^\s{]/gm // use below to verify array indexing spacing style // $ egrep -ron "(\[\S|\S\])" --include \*.gsc ./ | egrep -v "\[\[" | egrep -v "\]\]" | egrep -v "\[\]"