Coding Standards
How To Code.
Google C++ Style
Autoformatting
sudo apt-get install clang-format-3.4
find -name "*.cpp" | xargs clang-format-3.4 -style=Google -i
find -name "*.h" | xargs clang-format-3.4 -style=Google -iLast updated
Was this helpful?