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.
1234567891011121314151617181920212223 |
- --style=google
- --keep-one-line-blocks
-
- --indent=spaces=2
- --indent-preproc-block
- --indent-preproc-define
- --indent-col1-comments
-
- --remove-brackets
- --break-after-logical
- --delete-empty-lines
-
- --pad-oper
- --pad-header
- --unpad-paren
- --align-pointer=type
- --align-reference=type
-
- --attach-classes
- --attach-inlines
- --keep-one-line-statements
-
- --indent-namespaces
|