mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 22:32:33 -05:00
Allow custom switch-case indentation in formatting (#53733)
This commit is contained in:
@@ -3418,6 +3418,7 @@ export interface FormatCodeSettings extends EditorSettings {
|
||||
placeOpenBraceOnNewLineForControlBlocks?: boolean;
|
||||
insertSpaceBeforeTypeAnnotation?: boolean;
|
||||
semicolons?: SemicolonPreference;
|
||||
indentSwitchCase?: boolean;
|
||||
}
|
||||
|
||||
export interface UserPreferences {
|
||||
|
||||
Reference in New Issue
Block a user