diff --git a/package.json b/package.json index 1d23a958ec..1c93b80114 100644 --- a/package.json +++ b/package.json @@ -777,6 +777,7 @@ "Custom", "Allman", "OTBS", + "OTPS", "Stroustrup" ], "markdownEnumDescriptions": [ diff --git a/src/settings.ts b/src/settings.ts index 9664c10cf1..5e74e6393f 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -46,6 +46,7 @@ export enum CodeFormattingPreset { Custom = "Custom", Allman = "Allman", OTBS = "OTBS", + OTPS = "OTPS", Stroustrup = "Stroustrup", }