Krenair

MCP AStyle configuration file

Jun 30th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Artistic Style format configuration
  2. # see http://astyle.sourceforge.net/astyle.html
  3.  
  4. style=java
  5.  
  6. add-brackets
  7. break-closing-brackets
  8.  
  9. indent-switches
  10.  
  11. max-instatement-indent=2
  12.  
  13. pad-oper
  14. pad-header
  15. unpad-paren
  16.  
  17. break-blocks
  18.  
  19. delete-empty-lines
  20.  
  21. indent=tab=4
  22. indent-classes
  23. indent-col1-comments
  24. min-conditional-indent=1
  25. lineend=linux
  26. convert-tabs
Advertisement
Add Comment
Please, Sign In to add comment