From 744d0f7a3a121c98bc9325fc09db0e761cb890e8 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 20 Nov 2024 17:47:12 +0100 Subject: [PATCH] Formatting makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..51257f5 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +format: + find . -regex '.*\.\(c\|cpp\|cc\|cxx\|h\|hpp\|hh\|hxx\)' -exec clang-format {} +