Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 1, 2017
1 parent b605720 commit a187ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a187ec2

Please sign in to comment.