You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious, have you thought about running clang-format over the source? I find it refreshingly useful to automate indentation, since it takes the subjective aspect out of it (just agree on a .clang-format config).
I tried it quickly, and I have to say it looks a lot nicer :-).
The text was updated successfully, but these errors were encountered:
Any more thought on this? I'd be willing to provide a .clang-format, as well as providing tools around getting clang-format binaries. Fwiw, for another project I work on, we use pre-built binaries for this, such that we all run the same version of clang-format (otherwise, there is chaos).
Curious, have you thought about running clang-format over the source? I find it refreshingly useful to automate indentation, since it takes the subjective aspect out of it (just agree on a .clang-format config).
I tried it quickly, and I have to say it looks a lot nicer :-).
The text was updated successfully, but these errors were encountered: