My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.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