-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Decagon
authored
Jul 22, 2016
1 parent
d779931
commit 4dfe772
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contributing | ||
|
||
Thanks for contributing to Pedant! Just remember before you contribute, we ask that you follow Google's style guide for JavaScript. | ||
|
||
It's actually pretty easy: just before you run `git commit` just run `clang-format -i pedant.js` first, to make the code-style consistent. | ||
|
||
If you're running Ubuntu/Debian, you can install clang-format by `apt-get install clang-format`. | ||
|
||
If you're on a mac and have Homebrew installed, you can run `brew install clang-format` to get it. |