mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
|
# Format Style Options - Created with Clang Power Tools
|
||
|
---
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
BasedOnStyle: LLVM
|
||
|
BinPackParameters: false
|
||
|
BinPackArguments: false
|
||
|
BreakBeforeBraces: Allman
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
ColumnLimit: 160
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ConstructorInitializerIndentWidth : 2
|
||
|
ContinuationIndentWidth: 2
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
...
|