---
PointerAlignment: Right
AllowShortBlocksOnASingleLine: Never

UseTab: Always
IndentWidth: 4
TabWidth: 4
ColumnLimit: 80

AlignAfterOpenBracket: false
AlignOperands: AlignAfterOperator
AlwaysBreakBeforeMultilineStrings: true

BreakBeforeBraces: Allman
BreakStringLiterals: true
IndentCaseLabels: false
IndentGotoLabels: false
InsertBraces: false
...
