20 lines
739 B
Plaintext
20 lines
739 B
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
Standard: Cpp11
|
||
|
BasedOnStyle: LLVM
|
||
|
TabWidth: 8
|
||
|
IndentWidth: 8
|
||
|
UseTab: ForIndentation
|
||
|
AllowShortBlocksOnASingleLine: true
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AllowShortFunctionsOnASingleLine: All
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
BreakBeforeBraces: Linux
|
||
|
IndentCaseLabels: true
|
||
|
PointerAlignment: Left
|
||
|
ColumnLimit: 0
|
||
|
...
|
||
|
|