Maybe we want to think about auto-formatting the code before checking in changes to the repo. This would make merging a little easier/faster.
Here are some popular C++ formatters:
Uncrustify (http://uncrustify.sourceforge.net/)
Astyle (http://astyle.sourceforge.net/)
Clang Format (http://clang.llvm.org/docs/ClangFormat.html)
Maybe we want to think about auto-formatting the code before checking in changes to the repo. This would make merging a little easier/faster.
Here are some popular C++ formatters:
Uncrustify (http://uncrustify.sourceforge.net/)
Astyle (http://astyle.sourceforge.net/)
Clang Format (http://clang.llvm.org/docs/ClangFormat.html)