From bdb3e50fe07603fe52f4a5fe7f15c36cc21007cb Mon Sep 17 00:00:00 2001 From: aucker Date: Sat, 8 Jun 2024 14:59:56 +0800 Subject: [PATCH] chore: format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 9607d5b..abf7494 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ BasedOnStyle: Google DerivePointerAlignment: false # PointerAlignment: Right -ColumnLimit: 120 +# ColumnLimit: 120 # Default for clang-8, changed in later clangs. Set explicitly for forwards # compatibility for students with modern clangs