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