mirror of
https://github.com/UnsignedArduino/ESP32-S3-Super-Mini-Test.git
synced 2025-04-05 18:12:05 +02:00
19 lines
455 B
YAML
19 lines
455 B
YAML
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: 2
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
BreakBeforeBraces: Attach
|
|
ContinuationIndentWidth: 2
|
|
# ColumnLimit: 0
|
|
FixNamespaceComments: false
|
|
TabWidth: 2
|
|
IndentAccessModifiers: true
|
|
IndentCaseLabels: true
|
|
IndentGotoLabels: true
|
|
IndentPPDirectives: BeforeHash
|
|
IndentWidth: 2
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
UseTab: Never |