update:💄 更新编码格式

This commit is contained in:
Alvin Young 2024-08-01 16:28:37 +08:00
parent 972c3fcdd4
commit 93724b0952

View File

@ -77,7 +77,7 @@ BreakBeforeTernaryOperators: true
# 在构造函数的初始化列表的逗号前换行
BreakConstructorInitializersBeforeComma: false
# 每行字符的限制0表示没有限制
ColumnLimit: 120
ColumnLimit: 80
# 描述具有特殊意义的注释的正则表达式,它不应该被分割为多行或以其它方式改变
CommentPragmas: '^ IWYU pragma:'
# 构造函数的初始化列表要么都在同一行,要么都各自一行