Skip to content

Commit

Permalink
Add vscode powershell format rule for semicolons (#442)
Browse files Browse the repository at this point in the history
* Add vscode powershell format rule for semicolons

* Update settings.json
  • Loading branch information
jborean93 authored Nov 7, 2022
1 parent 3e51457 commit 9909fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"python.analysis.extraPaths": [
"${workspaceFolder}/../../../",
],

"powershell.codeFormatting.addWhitespaceAroundPipe": true,
"powershell.codeFormatting.alignPropertyValuePairs": false,
"powershell.codeFormatting.autoCorrectAliases": true,
Expand All @@ -23,8 +22,9 @@
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.codeFormatting.whitespaceInsideBrace": true,
"powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true,
"powershell.scriptAnalysis.enable": true,
"[powershell]": {
"editor.formatOnSave": true,
},
}
}

0 comments on commit 9909fbc

Please sign in to comment.