I’d like to see
public int myMethod ()
{
code
}
instead I always get to look at
public int myMethod () {
code
}
Please help me to find a way to establish the styling default whereby the method brackets have matched indentation. I have looked into the preferences/Java/Editor options but so far haven’t found a way to establish this styling default.