21 lines
790 B
YAML
21 lines
790 B
YAML
---
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
BasedOnStyle: LLVM
|
|
TabWidth: 8
|
|
IndentWidth: 8
|
|
UseTab: ForIndentation
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Linux
|
|
IndentCaseLabels: true
|
|
PointerAlignment: Left
|
|
ColumnLimit: 150
|
|
...
|
|
|