]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Documentation: Small cleanup of the `clang-format` section
authorFred Morcos <fred.morcos@open-xchange.com>
Sat, 26 Feb 2022 14:49:17 +0000 (15:49 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Mon, 14 Mar 2022 13:56:17 +0000 (14:56 +0100)
CONTRIBUTING.md

index 3abc81908667a0bf2d804225d9ae9161d8231eaa..7bc41ed424d91600b834fcb37cfd9a4ad18ec772 100644 (file)
@@ -74,13 +74,16 @@ plus various other directories with `regression-tests.*` names.
 * Do not put whitespace fixes/cleanup and functionality changes in the same commit
 
 # Coding Guidelines
+
+## `clang-format`
+
 We have `clang-format` in place, but not for all files yet.
 This is an incremental process.
 If you're adding new code, adhering to the formatting config is appreciated.
 Formatting breakage in already formatted files will be caught by the CI.
 To format all files that are supposed to be formatted, run `make format-code` in the root of the tree.
 
-Additional guidelines:
+## Additional guidelines
 
 * Don't have end-of-line whitespace
 * Use spaces instead of tabs