From cd3956bd87a1e6bac9d29a0868c1d2cab2dc42da Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Thu, 9 Jul 2026 23:36:20 -0400 Subject: [PATCH] Remove clang-format.sh --- clang-format.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 clang-format.sh diff --git a/clang-format.sh b/clang-format.sh deleted file mode 100644 index e4509e8eb..000000000 --- a/clang-format.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -echo "\n\nFormatting openvic-simulation with clang-format:\n" -find ./src/ -iname *.hpp -o -iname *.cpp | xargs clang-format --verbose -i - -exit 0