Files
CLI11/.github/CONTRIBUTING.md
Henry Fredrick Schreiner b940153990 Preparing for 1.2
2017-09-22 23:12:15 -04:00

362 B

A few notes on contributions

If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0):

git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file

It is also a good idea to check this with clang-tidy; automatic fixes can be made using -DCLANG_TIDY_FIX-ON (resets to OFF when rerunning CMake).