mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
23 lines
584 B
YAML
23 lines
584 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: AlignWithSpaces
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 0
|
|
NamespaceIndentation: Inner
|
|
FixNamespaceComments: true
|
|
AccessModifierOffset: -2
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
IndentCaseLabels: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
BraceWrapping:
|
|
BeforeLambdaBody: false
|
|
AlignAfterOpenBracket: DontAlign
|
|
Cpp11BracedListStyle: false
|
|
IncludeBlocks: Regroup
|
|
LambdaBodyIndentation: Signature
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
EmptyLineBeforeAccessModifier: LogicalBlock
|
|
IndentPPDirectives: AfterHash
|
|
PPIndentWidth: 1
|