You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,17 @@
412
412
"default": false,
413
413
"description": "Launches the language service with the /waitForDebugger flag to force it to wait for a .NET debugger to attach before proceeding."
414
414
},
415
+
"powershell.codeFormatting.preset": {
416
+
"type":"string",
417
+
"enum": [
418
+
"Custom",
419
+
"KR-Stroustrup",
420
+
"KR-OTBS",
421
+
"Allman"
422
+
],
423
+
"default": "KR-Stroustrup",
424
+
"description": "Sets the codeformatting options to follow the given indent style in a way that is compatible with PowerShell syntax. For more information about the brace styles please refer to https://github.com/PoshCode/PowerShellPracticeAndStyle/issues/81."
0 commit comments