mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-14 06:22:50 +03:00
20 lines
467 B
YAML
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
|