BasedOnStyle: LLVM
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty
BreakBeforeBraces: Linux
BreakStringLiterals: false
ColumnLimit: 95
IndentCaseLabels: true
IndentWidth: 4
TabWidth: 4
UseTab: Never