aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 32b3590804ad31b8a9db6d88489dc0e2bf17ef97 (plain)
1
2
3
4
5
6
7
8
9
10
11
Standard: Cpp03
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
BreakBeforeBraces: Allman
IndentCaseLabels: false
ColumnLimit: 0
PointerAlignment: Left
BreakConstructorInitializersBeforeComma: true
NamespaceIndentation: None
AlignEscapedNewlines: DontAlign