Skip to content

Commit 3fa488c

Browse files
committed
define VS Code PowerShell bracing style and set itDto Stroustrup: PoshCode/PowerShellPracticeAndStyle#81 (comment)
1 parent 71e588d commit 3fa488c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818

1919
"[powershell]": {
2020
"files.trimTrailingWhitespace": true
21-
}
21+
},
22+
"powershell.codeFormatting.preset": "Stroustrup"
2223
}

0 commit comments

Comments
 (0)