astylerc 529 B

123456789101112131415161718192021222324252627282930
  1. # Artistic Style, see http://astyle.sourceforge.net/
  2. # full documentation, see: http://astyle.sourceforge.net/astyle.html
  3. #
  4. # usage:
  5. # astyle --options=astylerc *.[ch]
  6. # Do not create backup, annonying in the times of git
  7. suffix=none
  8. ## Bracket Style Options
  9. style=kr
  10. ## Tab Options
  11. indent=spaces=3
  12. ## Bracket Modify Options
  13. ## Indentation Options
  14. min-conditional-indent=0
  15. ## Padding Options
  16. pad-header
  17. unpad-paren
  18. align-pointer=name
  19. ## Formatting Options
  20. break-after-logical
  21. max-code-length=120
  22. convert-tabs
  23. mode=c