mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
change .clang-format style
ConstructorInitializerIndentWidth : 2
This commit is contained in:
parent
ce40e66464
commit
76fa9a806a
|
@ -40,6 +40,7 @@ BreakConstructorInitializers: AfterColon
|
|||
BreakStringLiterals: false
|
||||
ColumnLimit: 120
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
ConstructorInitializerIndentWidth : 2
|
||||
ContinuationIndentWidth: 2
|
||||
DeriveLineEnding: false
|
||||
EmptyLineBeforeAccessModifier: Leave
|
||||
|
|
Loading…
Reference in a new issue