mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-05-04 20:04:18 +02:00
16 lines
337 B
YAML
16 lines
337 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -2
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
ColumnLimit: 0
|
|
ContinuationIndentWidth: 2
|
|
FixNamespaceComments: false
|
|
IndentAccessModifiers: true
|
|
IndentCaseLabels: true
|
|
IndentWidth: 2
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
TabWidth: 2
|
|
UseTab: Never |