From: Peter van Dijk Date: Fri, 5 Nov 2021 14:56:16 +0000 (+0100) Subject: Update CONTRIBUTING.md X-Git-Tag: dnsdist-1.7.0-beta1~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b2853a087ac2b08b99de8edde2f272107a4d6e;p=thirdparty%2Fpdns.git Update CONTRIBUTING.md Co-authored-by: Otto Moerbeek --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eafd7e8547..5f657d7290 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,6 +78,7 @@ 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: