mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
14 lines
393 B
YAML
14 lines
393 B
YAML
{
|
|
"BasedOnStyle": "LLVM",
|
|
"UseTab": "Never",
|
|
"IndentWidth": 4,
|
|
"TabWidth": 4,
|
|
"ColumnLimit": 150,
|
|
"PointerAlignment": "Left",
|
|
"AlignAfterOpenBracket": "DontAlign",
|
|
"BreakBeforeBraces": "Attach",
|
|
"AllowShortIfStatementsOnASingleLine": true,
|
|
"AllowShortFunctionsOnASingleLine": "All",
|
|
"IndentCaseLabels": false,
|
|
"SpacesBeforeTrailingComments": 1
|
|
} |