From f902dd23d68df81778dee306090c13feddf444ef Mon Sep 17 00:00:00 2001 From: jzq <1391797124@qq.com> Date: Tue, 11 Jun 2024 13:15:27 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20format.s?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- format.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 format.sh diff --git a/format.sh b/format.sh deleted file mode 100644 index 5103f13..0000000 --- a/format.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -find ./src -regex '.*\.\(cpp\|hpp\|cc\|cxx\|cu\|cuh\|h\)' | xargs clang-format -i \ - -style="{BasedOnStyle: google, IndentWidth: 2, ColumnLimit: 100}" \ No newline at end of file