Skip to content

Commit 8faecad

Browse files
Add indentSwitchCase property in protocol
1 parent 9a38e22 commit 8faecad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,6 +3418,7 @@ export interface FormatCodeSettings extends EditorSettings {
34183418
placeOpenBraceOnNewLineForControlBlocks?: boolean;
34193419
insertSpaceBeforeTypeAnnotation?: boolean;
34203420
semicolons?: SemicolonPreference;
3421+
indentSwitchCase?: boolean;
34213422
}
34223423

34233424
export interface UserPreferences {

0 commit comments

Comments
 (0)