From b7f2e62d3d97b7607eb9b57a9035c0fdef76f4e8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 23 May 2024 18:25:41 -0700 Subject: build(ninja): remove clang-format --- build.ninja | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build.ninja') diff --git a/build.ninja b/build.ninja index cebbe87..60ec9b8 100644 --- a/build.ninja +++ b/build.ninja @@ -28,14 +28,9 @@ rule compile rule link command = ${CC} ${in} -o ${out} ${LDFLAGS} -rule clang_format - command = clang-format -i -style=LLVM ./*.{c,h} - rule clang_tidy command = ninja -t compdb > compile_commands.json && clang-tidy -checks="${CLANG_TIDY_CHECKS}" ./*.{c,h} -build format: clang_format - build tidy: clang_tidy build clean: clean -- cgit v1.2.3