kopia lustrzana https://github.com/SP8EBC/ParaTNC
24 wiersze
597 B
Plaintext
24 wiersze
597 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
|
|
|
|
...
|