EditorConfig properties for TypeScript: Other
Align multiline constructs
Union type usage
Property names:
[resharper_]js_align_union_type_usage
, [resharper_]align_union_type_usage
Possible values:
true | false
Examples:
true |
---|
type t = 'first' |
'second'; |
false |
---|
type t = 'first' |
'second'; |
Last modified: 26 May 2024