generated from karl/cpp-template
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
|
|
---
|
||
|
|
BasedOnStyle: LLVM
|
||
|
|
AllowShortBlocksOnASingleLine: false
|
||
|
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
|
AllowShortFunctionsOnASingleLine: None
|
||
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||
|
|
AllowShortLambdasOnASingleLine: Inline
|
||
|
|
AllowShortLoopsOnASingleLine: false
|
||
|
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
|
AlwaysBreakTemplateDeclarations: true
|
||
|
|
IndentWidth: 4
|
||
|
|
ColumnLimit: 100
|
||
|
|
|
||
|
|
...
|