From e12ae11d8973410542df4c27fee2502e26f4bd9e Mon Sep 17 00:00:00 2001 From: Michael Dewberry Date: Sun, 5 Jan 2025 02:00:53 -0500 Subject: [PATCH] specify main branch when calling git-clang-format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3b8ff88..0130c8ac 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ teletype.zip: clean-zip docs/cheatsheet/cheatsheet.pdf format: - git-clang-format -f --style=file + git-clang-format -f --style=file main format-all: find . -type f -name "*.c" -o -name "*.h" | xargs clang-format -style=file -i