From 9a24fe708770d717ecb8cbe45fe24922d21b5838 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 22 Jun 2024 17:40:40 +0200 Subject: tweak clang format settings --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 090877e..2ea1c3d 100644 --- a/makefile +++ b/makefile @@ -8,5 +8,6 @@ doxygen: Doxyfile FORCE FMT += $(shell git ls-files '*.h' '*.c' '*.cpp') format: FORCE clang-format -i $(FMT) - clang-tidy --fix-errors $(FMT) +# clang tidy doesn't work that well :/ +# clang-tidy --fix-errors $(FMT) -- cgit v1.2.3