I want:
| hello_how_are_you(
x,
y,
z
);
|
but I get:
| hello_how_are_you(
x,
y,
z
);
|
Would be nice if you added an option for that in config.4coder. :-)
Also with virtual whitespace disabled there is no way to indent multiple lines, or even a single line, you have to spam spacebar/backspace which is annoying. It's impossible to please everybody with auto formatting so unless the editor is good enough with auto formatting/virtual whitespace disabled, only those who like how it exactly is will use 4coder.
I tried to change the indentation behaviour and add a tab command using the customization layer myself, but I failed because I didn't understand the code. [Edit]: I have now managed to create working "tab commands". :-)
TY.