From 8b23b06b2dc8b051a24a31b8a8c73ba714af323e Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Sun, 21 Jan 2024 19:25:34 +0800 Subject: [PATCH] [Lint] Change the permission of formatter script (#86) --- .clang-format | 2 +- scripts/formatter.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/formatter.sh diff --git a/.clang-format b/.clang-format index 77a88c77..21f49682 100644 --- a/.clang-format +++ b/.clang-format @@ -3,5 +3,5 @@ BasedOnStyle: Google DerivePointerAlignment: false ColumnLimit: 100 PointerAlignment: Left -InsertNewlineAtEOF: true +# InsertNewlineAtEOF: true ... diff --git a/scripts/formatter.sh b/scripts/formatter.sh old mode 100644 new mode 100755