For some reason, I donβt remember how it was by default, but Iβm trying to figure out how to get Intellij to insert only one empty line instead of two empty lines after opening the bracket.
This is what my current default setup does:
``` myMethod(arg) { } ```
But this seems more logical and what I want:
``` myMethod(arg) { } ```
source share