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
This commit is contained in:
Martin Belev 2016-12-05 20:27:20 +02:00 committed by Alex Rickabaugh
parent a1322873c8
commit dea59165de

View File

@ -126,7 +126,7 @@ $ gulp public-api:update
Note: The command `./test.sh tools` fails when the API doesn't match the golden files. Note: The command `./test.sh tools` fails when the API doesn't match the golden files.
## Formatting your source code ## <a name="clang-format"></a> Formatting your source code
Angular uses [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to format the source code. If the 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. is not properly formatted, the CI will fail and the PR can not be merged.