aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
blob: 5d305aedb2b6ad79e8882c9d91dd06642f041d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
...