Commit a187ec23e890c860775a1565bc1581582ba812bf

Authored by Henry Schreiner
Committed by GitHub
1 parent b6057209

Update CONTRIBUTING.md

Showing 1 changed file with 2 additions and 2 deletions
CONTRIBUTING.md
1   -#A few notes on contributions
  1 +# A few notes on contributions
2 2  
3   -If you want to add code, please make sure it passes the clang-format style (I'm using LLVM 4.0):
  3 +If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0):
4 4  
5 5 ```bash
6 6 git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file
... ...