libmpdserver

Parser combinator library for MPD client commands

git clone https://git.8pit.net/libmpdserver.git

 1BasedOnStyle: LLVM
 2
 3IndentWidth: 8
 4UseTab: ForIndentation
 5
 6AlignOperands: true
 7AlignAfterOpenBracket: Align
 8AlignEscapedNewlines: Right
 9IndentCaseLabels: false
10
11BreakBeforeBraces: WebKit
12AlwaysBreakAfterReturnType: TopLevelDefinitions
13
14AllowShortIfStatementsOnASingleLine: false
15AllowShortBlocksOnASingleLine: false
16AllowShortCaseLabelsOnASingleLine: false
17AllowShortFunctionsOnASingleLine: None
18AllowShortLoopsOnASingleLine: false
19
20DerivePointerAlignment: false
21PointerAlignment: Right