From e8dcbbe86f1143770eb20a4f71355139b47bcfc0 Mon Sep 17 00:00:00 2001 From: Ahmed Baizid Date: Mon, 12 Feb 2024 15:48:45 +0100 Subject: [PATCH] clang-format: The link to code formatting has changed --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c00b9e370b..73212027e2 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# See https://wiki.apertis.org/Guidelines/Coding_conventions#Code_formatting +# See https://www.apertis.org/policies/coding_conventions/#code-formatting BasedOnStyle: GNU AlwaysBreakAfterDefinitionReturnType: All BreakBeforeBinaryOperators: None