EditorConfig properties for TypeScript: Braces Layout
tip
Formatting preferences listed on this page can be also configured visually, on the Code Editing | TypeScript | Formatting Style | Braces Layout page of ReSharper options Alt+R, O.
[resharper_]js_types_braces
, [resharper_]types_braces
end_of_line
: At the end of line (K&R style)end_of_line_no_space
: At the end of line (no space)next_line
: At next line (BSD style)next_line_shifted
: At next line indented (Whitesmiths style)next_line_shifted_2
: At next line indented 2 (GNU style)pico
: Compact (Pico style)
end_of_line |
---|
|
end_of_line_no_space |
---|
|
next_line |
---|
|
next_line_shifted |
---|
|
next_line_shifted_2 |
---|
|
pico |
---|
|