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
With three named styles it seemed appropriate to list them in alpha order. However, I left Custom first. Note that VSCode lists the names in alpha order.
Copy file name to clipboardExpand all lines: package.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -416,8 +416,9 @@
416
416
"type":"string",
417
417
"enum": [
418
418
"Custom",
419
+
"Allman",
419
420
"OTBS",
420
-
"Allman"
421
+
"Stroustrup"
421
422
],
422
423
"default": "Custom",
423
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