Codebase list snapcast / a267c93e-5254-4b50-b9f5-57cd1f47ebe7/upstream .clang-format
a267c93e-5254-4b50-b9f5-57cd1f47ebe7/upstream

Tree @a267c93e-5254-4b50-b9f5-57cd1f47ebe7/upstream (Download .tar.gz)

.clang-format @a267c93e-5254-4b50-b9f5-57cd1f47ebe7/upstreamraw · history · blame

---
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

...