update:💄 更新编码格式
This commit is contained in:
parent
972c3fcdd4
commit
93724b0952
@ -77,7 +77,7 @@ BreakBeforeTernaryOperators: true
|
||||
# 在构造函数的初始化列表的逗号前换行
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
# 每行字符的限制,0表示没有限制
|
||||
ColumnLimit: 120
|
||||
ColumnLimit: 80
|
||||
# 描述具有特殊意义的注释的正则表达式,它不应该被分割为多行或以其它方式改变
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
# 构造函数的初始化列表要么都在同一行,要么都各自一行
|
||||
|
||||
Loading…
Reference in New Issue
Block a user