python tester.py
.Do pip install cpplint
.
Do find . -name *.hpp -o -name *.cpp -type f | xargs cpplint
.
https://zed0.co.uk/clang-format-configurator/
Do sudo apt-get install clang-format
.
Do find . -name '*.cpp' -o -name '*.hpp' | xargs clang-format --style=google --dry-run --Werror
.