Hello,
how to set that the opening curly brace will be on new line?
The code actually is:
----abcde() {
-------- …
----}
I want this:
----abcde()
----{
--------…
----}
How to achieve this with a regex or using regReplace or by other tool?
Thank’s a lot!
Ps. every - is a space…