1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Henry Schreiner 2017-06-01 09:50:03 -04:00 committed by GitHub
parent b605720990
commit a187ec23e8

View File

@ -1,6 +1,6 @@
#A few notes on contributions
# A few notes on contributions
If you want to add code, please make sure it passes the clang-format style (I'm using LLVM 4.0):
If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0):
```bash
git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file