mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
20 lines
492 B
YAML
20 lines
492 B
YAML
---
|
|
AccessModifierOffset: '-4'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakTemplateDeclarations: 'true'
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: '160'
|
|
IndentCaseLabels: 'true'
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: '3'
|
|
PenaltyBreakComment: '100000'
|
|
PointerAlignment: Left
|
|
Standard: Cpp11
|
|
UseTab: Never
|
|
|
|
...
|