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
I like using clang-format to format source files. This takes much of the tedium out of editing C++ files.
Would you consider adding a .clang-format file to the repo? This would define your preferred indentation style.
Ideally, this would be used for all source files. To avoid churn, one could begin to use this only to format newly added files, or newly added functions.
The text was updated successfully, but these errors were encountered:
I like using clang-format to format source files. This takes much of the tedium out of editing C++ files.
Would you consider adding a
.clang-format
file to the repo? This would define your preferred indentation style.Ideally, this would be used for all source files. To avoid churn, one could begin to use this only to format newly added files, or newly added functions.
The text was updated successfully, but these errors were encountered: