Files
squeezelite-esp32/.clang-format

20 lines
467 B
YAML

---
BasedOnStyle: LLVM
UseTab: Never
IndentWidth: 4
TabWidth: 4
ColumnLimit: 150
PointerAlignment: Left
ReferenceAlignment: Pointer
AlignAfterOpenBracket: DontAlign
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortBlocksOnASingleLine: Always
IndentCaseLabels: false
SortIncludes: false
SpaceBeforeParens: Never
ReflowComments: false
SpacesBeforeTrailingComments: 1