mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-31 11:56:32 +03:00
Start of 5.X work
This commit is contained in:
14
.clang-format
Normal file
14
.clang-format
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"BasedOnStyle": "LLVM",
|
||||
"UseTab": "Never",
|
||||
"IndentWidth": 4,
|
||||
"TabWidth": 4,
|
||||
"ColumnLimit": 150,
|
||||
"PointerAlignment": "Left",
|
||||
"AlignAfterOpenBracket": "DontAlign",
|
||||
"BreakBeforeBraces": "Attach",
|
||||
"AllowShortIfStatementsOnASingleLine": true,
|
||||
"AllowShortFunctionsOnASingleLine": "All",
|
||||
"IndentCaseLabels": false,
|
||||
"SpacesBeforeTrailingComments": 1
|
||||
}
|
||||
Reference in New Issue
Block a user