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