mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-07-29 18:27:33 +02:00
Added clang file
This commit is contained in:
22
.clang-format copy
Normal file
22
.clang-format copy
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
Reference in New Issue
Block a user