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
Would you be interested in using clang-format to have a standard format of your source code?
I would submit a PR for that if you find
Advantages:
all code has the same format, consistency
When reviewing formatting can be checked automatically
Makes other automated refactoring of the code easier
clear specification of what format is expected
Disadvantages:
clang-format formats slightly differently from version to version, so we would need to agree on one
typically one would reformat the whole codebase in one commit, which would trash the history a little bit, because nearly every line in the code will be touched.
The text was updated successfully, but these errors were encountered:
Would you be interested in using clang-format to have a standard format of your source code?
I would submit a PR for that if you find
Advantages:
Disadvantages:
The text was updated successfully, but these errors were encountered: