summaryrefslogtreecommitdiffhomepage
path: root/.clang-format
blob: fb3cacb1193b3eed7287aca700e9aa69603eb502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
BasedOnStyle: Microsoft
AccessModifierOffset: '-4'
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: 'true'
AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'true'
BinPackParameters: 'false'
ColumnLimit: '0'
Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
ReflowComments: 'true'
SortIncludes: 'false'
UseTab: Always
...