Skip to content

Commit 1a5e1b2

Browse files
Update vscode configuration (#8346)
1 parent e145f2f commit 1a5e1b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.vscode/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"files.trimFinalNewlines": true,
3+
"files.insertFinalNewline": true,
24
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
35
"powershell.codeFormatting.alignPropertyValuePairs": true,
46
"powershell.codeFormatting.autoCorrectAliases": true,
@@ -15,6 +17,9 @@
1517
"powershell.codeFormatting.whitespaceBetweenParameters": true,
1618
"powershell.codeFormatting.whitespaceInsideBrace": true,
1719
"shellcheck.exclude": [
18-
"SC1091"
20+
"SC1090","SC2096"
21+
],
22+
"shellcheck.customArgs": [
23+
"-x"
1924
]
20-
}
25+
}

0 commit comments

Comments
 (0)