Eclipse formatter for java ending braces -


i know if it's possible setup eclipse format braces using banner style. we're working code uses banner style formatting , keep consistent within team version control reasons. here's example of banner style formatting not familiar:

public class foo {     //------------------------     public static void main (string[] args) {         boolean condition = true;         try {             if (condition) {                 system.out.println ("condition true");                 }             else system.out.println ("not condition");             }         catch (exception ex) {             // handle errors             }         }     //------------------------     } 

update: name style ratliff.

experiment java->code style->formatter preferences. "banner style" seems poor use of space given outline view , quick outline functionality.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -