mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

Consistent formatting with clang format #82

Closed gubatron closed 5 years ago

gubatron commented 5 years ago

Use make clang-format-project-files to automatically apply C++ customized/Google coding style with clang-format

Formatted all of our project files with this solution which can be applied as an optional make target.

Later on, we could have a hook on github that denies pushing if there are issues with formatting.