Advertisement
Guest User

Astyle config file

a guest
Oct 20th, 2012
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # brace style: one-true brace style
  2. --style=1tbs
  3. --add-brackets
  4.  
  5. # indent style
  6. --indent=force-tab
  7. --min-conditional-indent=0
  8. --max-instatement-indent=40
  9.  
  10. # block isolation
  11. --break-blocks=all
  12.  
  13. # space padding
  14. --pad-oper
  15. --pad-header
  16.  
  17. # preprocessor directives style
  18. --indent-preprocessor
  19.  
  20. --preserve-date
  21.  
  22. # display only files that were modified
  23. --formatted
  24.  
  25. --lineend=linux
  26.  
  27. # backup original file
  28. --suffix=.asorig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement