13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
AllowShortBlocksOnASingleLine: 'true'
|
||
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||
|
AllowShortLambdasOnASingleLine: Inline
|
||
|
AllowShortLoopsOnASingleLine: 'false'
|
||
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
||
|
IndentWidth: '4'
|
||
|
|
||
|
...
|