Update vscode configuration (#8346)

This commit is contained in:
Vasilii Polikarpov
2023-09-20 18:58:26 +02:00
committed by GitHub
parent e145f2fa36
commit 1a5e1b25a2

View File

@@ -1,4 +1,6 @@
{
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.codeFormatting.autoCorrectAliases": true,
@@ -15,6 +17,9 @@
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.codeFormatting.whitespaceInsideBrace": true,
"shellcheck.exclude": [
"SC1091"
"SC1090","SC2096"
],
"shellcheck.customArgs": [
"-x"
]
}
}