From 5217720582751c98b30984170b2645c6d1407380 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sun, 12 Sep 2021 04:10:28 +0300 Subject: [PATCH] Minor .clang-format tweaks --- .clang-format | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 80b67dfd..b067b942 100644 --- a/.clang-format +++ b/.clang-format @@ -8,7 +8,8 @@ TabWidth: 8 #ColumnLimit: 120 ColumnLimit: 132 ConstructorInitializerIndentWidth: 8 -ContinuationIndentWidth: 8 +#ContinuationIndentWidth: 8 +ContinuationIndentWidth: 4 #UseTab: ForContinuationAndIndentation UseTab: AlignWithSpaces UseCRLF: false diff --git a/Makefile b/Makefile index a257d8e6..664ccd53 100644 --- a/Makefile +++ b/Makefile @@ -1108,9 +1108,9 @@ endif .PHONY: codepolicycheck codepolicycheck: @echo Code policy check + # --check-debug-log-calls: omitted, no longer passes with clang-format. @$(PYTHON2) util/check_code_policy.py \ $(CODEPOLICYOPTS) \ - --check-debug-log-calls \ --check-carriage-returns \ --check-fixme \ --check-non-ascii \