generated from karl/cpp-template
12 lines
349 B
YAML
12 lines
349 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
|
IndentWidth: '4'
|
|
ColumnLimit: 100
|
|
... |