Open Vaberer opened 1 year ago
Meanwhile is it possible to achieve this via a custom rule?
There's no way to do it currently AFAIK
All right, can you advise what would be the fastest way how to support it? I don't want to create a fork and maintain it, it adds a lot of burden around it.
I mean, should be this implemented as a new rule or what are the ways to support such this behavior?
Thank Nick.
It would need to be a new rule. Code-wise it's not especially difficult to do - the main consideration is designing it in such a way that it follows existing configuration conventions and does not conflict with existing rules.
I'm using
blankLinesAtEndOfScope
to remove uncecessary new lines which is very helpful. However our codebase has a rule of adding a new line after two commands when the first command ends with}
For example
How to add such this rule?