2020-12-02 19:38:53 +01:00
|
|
|
---
|
|
|
|
BasedOnStyle: LLVM
|
2021-03-16 18:01:48 +01:00
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2020-12-02 19:38:53 +01:00
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
|
|
AllowShortLambdasOnASingleLine: Inline
|
2021-03-16 18:01:48 +01:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
IndentWidth: 4
|
2020-12-16 20:06:38 +01:00
|
|
|
ColumnLimit: 100
|
2020-12-02 19:38:53 +01:00
|
|
|
|
|
|
|
...
|