From c3c18cd5c428d2a003c4c54b7626edd0799f4a89 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Mon, 25 Sep 2023 21:35:29 +0800 Subject: [PATCH] update the format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index bbbb66e..09d603d 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ BasedOnStyle: Google DerivePointerAlignment: false PointerAlignment: Right -ColumnLimit: 120 +ColumnLimit: 80 \ No newline at end of file