mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
format:clang format style updated
This commit is contained in:
parent
d62b80d868
commit
998def92d2
|
@ -3,8 +3,8 @@
|
||||||
AllowShortFunctionsOnASingleLine: None
|
AllowShortFunctionsOnASingleLine: None
|
||||||
AllowShortIfStatementsOnASingleLine: true
|
AllowShortIfStatementsOnASingleLine: true
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
BinPackParameters: false
|
|
||||||
BinPackArguments: false
|
BinPackArguments: false
|
||||||
|
BinPackParameters: false
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
BreakConstructorInitializers: AfterColon
|
BreakConstructorInitializers: AfterColon
|
||||||
ColumnLimit: 160
|
ColumnLimit: 160
|
||||||
|
@ -12,4 +12,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||||
ConstructorInitializerIndentWidth : 2
|
ConstructorInitializerIndentWidth : 2
|
||||||
ContinuationIndentWidth: 2
|
ContinuationIndentWidth: 2
|
||||||
MaxEmptyLinesToKeep: 2
|
MaxEmptyLinesToKeep: 2
|
||||||
|
PointerAlignment: Middle
|
||||||
|
SpacesInAngles: true
|
||||||
|
SpacesInParentheses: true
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue