You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The names and descriptions of these ("Allow format simple function to one line...") imply that this setting will, if true, leave one-line functions and control blocks alone if already present in the code.
Instead, these options forceably change my one-statement blocks into single-line blocks.
I want the option to work as worded- If there is a single-line block, leave it alone ("allow" it) but do NOT reformat things to be one-line for me, please.
I'd also be fine if this was a tristate option- true, false, or "leave alone". But as it is, there's no way to use this formatter without letting it completely override all my custom choices for single- vs multi-line formatting.
The text was updated successfully, but these errors were encountered:
The names and descriptions of these ("Allow format simple function to one line...") imply that this setting will, if
true
, leave one-line functions and control blocks alone if already present in the code.Instead, these options forceably change my one-statement blocks into single-line blocks.
I want the option to work as worded- If there is a single-line block, leave it alone ("allow" it) but do NOT reformat things to be one-line for me, please.
I'd also be fine if this was a tristate option- true, false, or "leave alone". But as it is, there's no way to use this formatter without letting it completely override all my custom choices for single- vs multi-line formatting.
The text was updated successfully, but these errors were encountered: