5

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
{

}
Álvaro González
  • 142,137
  • 41
  • 261
  • 360
Dog
  • 595
  • 3
  • 11
  • 20

1 Answers1

14

Look in Tools -> Options -> Editor -> Formatting.

Ref: http://forums.netbeans.org/topic8932.html

Infiltrator
  • 1,611
  • 1
  • 16
  • 25