From 1fb0db4aeb98370f6a5501964774f368dda05573 Mon Sep 17 00:00:00 2001 From: ScottSWu Date: Mon, 13 Jun 2016 10:36:05 -0700 Subject: [PATCH] chore(docs): Fixed pre-commit command for clang-format --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 80cc696b88..17acb36cdc 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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 !$ ```