mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2026-05-04 20:04:20 +02:00
23 lines
545 B
YAML
23 lines
545 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -2
|
|
AlignConsecutiveMacros: true
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
BinPackArguments: false
|
|
ColumnLimit: 0
|
|
ContinuationIndentWidth: 2
|
|
FixNamespaceComments: false
|
|
IndentAccessModifiers: true
|
|
IndentCaseLabels: true
|
|
IndentPPDirectives: BeforeHash
|
|
IndentWidth: 2
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
TabWidth: 2
|
|
UseTab: Never
|