From dea59165de935ca48058b0ce28a642532c5b9f19 Mon Sep 17 00:00:00 2001 From: Martin Belev Date: Mon, 5 Dec 2016 20:27:20 +0200 Subject: [PATCH] docs(developer): add anchor to source code formatting (#13199) In CONTRIBUTING.md#rules has reference to DEVELOPER.md#clang-format but anchor to #clang-format is not present --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 2ce368ab81..953baa444b 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -126,7 +126,7 @@ $ gulp public-api:update Note: The command `./test.sh tools` fails when the API doesn't match the golden files. -## Formatting your source code +## Formatting your source code Angular uses [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to format the source code. If the source code is not properly formatted, the CI will fail and the PR can not be merged.