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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -416,11 +416,10 @@
416
416
"type":"string",
417
417
"enum": [
418
418
"Custom",
419
-
"KR_Stroustrup",
420
-
"KR_OTBS",
419
+
"OTBS",
421
420
"Allman"
422
421
],
423
-
"default": "KR-Stroustrup",
422
+
"default": "KR_Stroustrup",
424
423
"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