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