From 4bd3fdabfb2ec3cc79aa9cfa2c47c86ad2123910 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Tue, 18 Apr 2023 10:34:00 +0800 Subject: [PATCH] =?UTF-8?q?clang-format=E5=88=97=E5=AE=BD=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA160?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 5074bd3d..e7b8a737 100644 --- a/.clang-format +++ b/.clang-format @@ -50,8 +50,8 @@ BraceWrapping: BreakConstructorInitializers: BeforeComma # 继承过长需要换行时也在 `,` 前 BreakInheritanceList: BeforeComma -# 列宽 120 -ColumnLimit: 120 +# 列宽 160 +ColumnLimit: 160 # c++11 括号内起始/结束无空格, false 会加上 Cpp11BracedListStyle: false # 命名空间后的注释会修正为: // namespace_name