aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
blob: 6b3ad7bc9568734fc95a7e28c359c184deb98e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Format Style Options - Created with Clang Power Tools
---
BasedOnStyle: WebKit
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
BreakBeforeBraces: Attach
Cpp11BracedListStyle: true
IndentCaseLabels: true
NamespaceIndentation: None
SpaceBeforeCpp11BracedList: false
TabWidth: 4
AlignEscapedNewlines: DontAlign
AlwaysBreakBeforeMultilineStrings: true
FixNamespaceComments: true
UseTab: Always
AlignOperands: AlignAfterOperator
AllowShortLambdasOnASingleLine: Empty
LambdaBodyIndentation: Signature
AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 4
ObjCBlockIndentWidth: 4
ConstructorInitializerIndentWidth: 4
...