You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
507B

  1. # astyle settings file
  2. # Requires Artistic Style 3.1
  3. # http://astyle.sourceforge.net/
  4. # Usage:
  5. # astyle --suffix=none --options=.astylerc filename.cpp
  6. style=java
  7. indent=tab
  8. attach-closing-while
  9. indent-switches
  10. indent-after-parens
  11. indent-preproc-block
  12. indent-preproc-define
  13. indent-col1-comments
  14. pad-oper
  15. pad-comma
  16. pad-header
  17. unpad-paren
  18. align-pointer=name
  19. align-reference=name
  20. break-closing-braces
  21. break-one-line-headers
  22. attach-return-type
  23. attach-return-type-decl
  24. keep-one-line-statements
  25. close-templates