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.

.astylerc 455B

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