From aaf6d7963314c1fcb86b84442cd3d960bc87297b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 10 May 2022 13:20:42 +0200 Subject: added clang-tidy to make format --- client/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'client/makefile') diff --git a/client/makefile b/client/makefile index dcba6f3..23d5ce6 100644 --- a/client/makefile +++ b/client/makefile @@ -21,6 +21,7 @@ clean: format: clang-format -i $(SOURCES) $(HEADERS) + clang-tidy --fix-errors $(SOURCES) $(HEADERS) compile_commands: clean bear -- make -- cgit v1.2.3