From c61decf7e5aaf7e7b238b78ecafb3b3c52e6fab1 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 2 Jun 2020 14:19:24 +0200 Subject: [PATCH] docs: add blank line before header (#37391) Currently, `Formatting your source code` is not being formatted as a header because of a missing empty line. PR Close #37391 --- docs/DEVELOPER.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 57da92dec5..7479bac9cf 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -91,6 +91,7 @@ merged if the code is formatted properly and all tests are passing. + ## Formatting your source code Angular uses [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to format the source code.