I've been looking in the options of Netbeans, but I cannot find a way to change the default location of the curly brackets
public class foo {
}
to this
public class foo
{
}
I've been looking in the options of Netbeans, but I cannot find a way to change the default location of the curly brackets
public class foo {
}
to this
public class foo
{
}
Look in Tools -> Options -> Editor -> Formatting
.