aboutsummaryrefslogtreecommitdiff
path: root/ClangFormat/.clang-format
blob: 9d430ee2991f4f6a7cad906a2358e94b836f0e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# .clang-format -*- mode: yaml; lexical-binding: t; -*-
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: true
AllowShortFunctionsOnASingleLine: false
AllowShortLambdasOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: Yes
BasedOnStyle: LLVM
BreakBeforeBraces: Allman
ColumnLimit: 80
IndentWidth: 2
NamespaceIndentation: All