.astylerc 508 B

12345678910111213141516171819202122232425262728293031323334353637
  1. --style=k&r
  2. --indent=spaces=4
  3. --indent-classes
  4. --indent-switches
  5. --indent-preproc-define
  6. --indent-col1-comments
  7. --indent-modifiers
  8. --attach-namespaces
  9. --attach-classes
  10. --attach-inlines
  11. --attach-extern-c
  12. --pad-oper
  13. --pad-comma
  14. --pad-header
  15. --unpad-paren
  16. --align-pointer=type
  17. --align-reference=type
  18. --add-braces
  19. --convert-tabs
  20. --max-code-length=200
  21. --min-conditional-indent=0
  22. --max-continuation-indent=120
  23. --attach-closing-while
  24. --attach-return-type
  25. --mode=c
  26. --lineend=linux
  27. --suffix=none
  28. --formatted