-
Notifications
You must be signed in to change notification settings - Fork 645
Code style template #424
Copy link
Copy link
Closed
Labels
infraCI, package management, etcCI, package management, etc
Description
It would be really really nice to have a clang-format style (#284) and of course one that is more optimized for readability than the current one.
Until then i've found a solution to format the code with the current style with Astyle
--style=whitesmith --indent=spaces=3 --align-pointer=type --align-reference=type --max-code-length=120 --attach-namespaces --indent-preproc-block --indent-preproc-define --unpad-paren --keep-one-line-blocks --keep-one-line-statements --mode=c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infraCI, package management, etcCI, package management, etc