Files
ESP32-S3-Super-Mini-Test/.clang-format
Cyrus Yiu 69eeea172e Template
2024-12-01 20:04:09 -05:00

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