diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 17:40:40 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 17:40:40 +0200 |
commit | 9a24fe708770d717ecb8cbe45fe24922d21b5838 (patch) | |
tree | c4dea024e4fe45883e2198194db3c7465d3af4b7 /makefile | |
parent | 3c2f4422e4dd90826a549c87d9d042c592806cb8 (diff) |
tweak clang format settings
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |