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.

28 lines
489B

  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=2
  8. attach-closing-while
  9. indent-switches
  10. indent-preproc-block
  11. indent-preproc-define
  12. indent-col1-comments
  13. pad-oper
  14. pad-comma
  15. pad-header
  16. unpad-paren
  17. align-pointer=type
  18. align-reference=type
  19. break-closing-braces
  20. break-one-line-headers
  21. attach-return-type
  22. attach-return-type-decl
  23. keep-one-line-statements
  24. close-templates