-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I'd like to amend a setting to our code guidelines, specifically to our astyle settings:
align-pointer=type
I'm seeing lots of pointer mixup, sometimes left, sometimes right, sometimes in the middle. Granted this will mean we'll see lots of whitespace churn, but I think it's preferrable to have it all in a unified style.
Also, I'd still like to add some whitespace after/before if blocks (at least as a "hard" guideline):
break-blocks
I know that's a bit controversive but I think it makes code more readable and fosters functions that aren't a million lines long.
We could also add a .astylerc config file to the repository, but that idea is neither here nor there.
Maybe this all is something for the new unified codebase at least?
Metadata
Metadata
Assignees
Labels
No labels