kopia lustrzana https://github.com/SP8EBC/ParaTNC
23 wiersze
596 B
Plaintext
23 wiersze
596 B
Plaintext
|
---
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveMacros: true
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: 'true'
|
||
|
AllowShortBlocksOnASingleLine: 'true'
|
||
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
||
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||
|
AllowShortIfStatementsOnASingleLine: 'false'
|
||
|
AllowShortLoopsOnASingleLine: 'false'
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: 'false'
|
||
|
AlwaysBreakTemplateDeclarations: MultiLine
|
||
|
BreakBeforeBraces: Stroustrup
|
||
|
ColumnLimit: '100'
|
||
|
IndentWidth: '4'
|
||
|
Language: Cpp
|
||
|
SpaceBeforeParens: Always
|
||
|
Standard: Cpp11
|
||
|
TabWidth: '4'
|
||
|
UseTab: Always
|
||
|
...
|