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
Honestly, I don't like to have more than one command per line. Does this tool provide a way to insert new lines after every semicolon? If yes, what is the option? If not, do you plan to do it?
The text was updated successfully, but these errors were encountered:
it was not planned for the current implementation - I'm doing currently a brand new one, in that one it is planned from the beginning (I also don't like multiple statements per line, because it ruins the readability a lot).
As it is requested, it can be added really simply. I will do it soon.
The feauture has been added. You can control it through the "AllowMultipleStatementsPerLine" rule (it defaults to false, therefore the default configuration will already break multiple statements into new lines).
I sometimes see pieces of code of the form
Honestly, I don't like to have more than one command per line. Does this tool provide a way to insert new lines after every semicolon? If yes, what is the option? If not, do you plan to do it?
The text was updated successfully, but these errors were encountered: