My Marlin configs for Fabrikator Mini and CTC i3 Pro B
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 355B

1234567891011121314151617181920212223
  1. --style=google
  2. --keep-one-line-blocks
  3. --indent=spaces=2
  4. --indent-preproc-block
  5. --indent-preproc-define
  6. --indent-col1-comments
  7. --remove-brackets
  8. --break-after-logical
  9. --delete-empty-lines
  10. --pad-oper
  11. --pad-header
  12. --unpad-paren
  13. --align-pointer=type
  14. --align-reference=type
  15. --attach-classes
  16. --attach-inlines
  17. --keep-one-line-statements
  18. --indent-namespaces