summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 2ebbd2f62167925906fe4874200645d9c6c55315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
AlignConsecutiveDeclarations: 'true'
AlwaysBreakAfterDefinitionReturnType: None
IndentCaseLabels: 'false'
IndentWidth: '8'
Language: Cpp
PointerAlignment: Right
ReflowComments: 'true'
SpaceAfterLogicalNot: 'false'
SpaceAfterTemplateKeyword: 'true'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: 'false'
SpacesInAngles: 'false'
SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
Standard: Cpp11
TabWidth: '8'
UseTab: ForIndentation

...