Braces Formatting Netbeans

I am looking at Netbeans options, but cannot find a way to change the default location of curly braces

public class foo { } 

to that

 public class foo { } 
+4
source share
1 answer

See Tools -> Options -> Editor -> Formatting .

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

+10
source

Source: https://habr.com/ru/post/1432405/


All Articles