Allow custom switch-case indentation in formatting (#53733)

This commit is contained in:
Donald33 Wang
2023-04-13 23:35:05 +08:00
committed by GitHub
parent 33ab6fd0d5
commit adcc39d2c7
8 changed files with 55 additions and 10 deletions

View File

@@ -3418,6 +3418,7 @@ export interface FormatCodeSettings extends EditorSettings {
placeOpenBraceOnNewLineForControlBlocks?: boolean;
insertSpaceBeforeTypeAnnotation?: boolean;
semicolons?: SemicolonPreference;
indentSwitchCase?: boolean;
}
export interface UserPreferences {