mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
format: update clang format
This commit is contained in:
parent
182758a59e
commit
6af9f5bfaa
|
@ -10,7 +10,7 @@ BinPackArguments: 'false'
|
||||||
BinPackParameters: 'false'
|
BinPackParameters: 'false'
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
BreakConstructorInitializers: AfterColon
|
BreakConstructorInitializers: AfterColon
|
||||||
ColumnLimit: '120'
|
ColumnLimit: '140'
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||||
ConstructorInitializerIndentWidth: '2'
|
ConstructorInitializerIndentWidth: '2'
|
||||||
ContinuationIndentWidth: '2'
|
ContinuationIndentWidth: '2'
|
||||||
|
@ -23,5 +23,6 @@ SpacesInAngles: 'true'
|
||||||
SpacesInParentheses: 'true'
|
SpacesInParentheses: 'true'
|
||||||
SpacesInSquareBrackets: 'true'
|
SpacesInSquareBrackets: 'true'
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
AlignConsecutiveAssignments: AcrossComments
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue