chore(docs): Fixed pre-commit command for clang-format

This commit is contained in:
ScottSWu 2016-06-13 10:36:05 -07:00 committed by ScottSWu
parent 61960c51a3
commit 1fb0db4aeb
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ to some whitespace difference.
commit a change. In the angular repo, run
```
$ echo -e '#!/bin/sh\nexec git clang-format' > .git/hooks/pre-commit
$ echo -e '#!/bin/sh\nexec git clang-format --style file' > .git/hooks/pre-commit
$ chmod u+x !$
```