forked from Bitcoin-ABC/bitcoin-abc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
23 lines (23 loc) · 699 Bytes
/
.clang-format
File metadata and controls
23 lines (23 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ColumnLimit: 80
IndentWidth: 4
TabWidth: 4
AccessModifierOffset: -4
UseTab: Never
IndentCaseLabels: true
NamespaceIndentation: Inner
BreakBeforeBraces: Attach
ReflowComments: true
AlignEscapedNewlines: Right
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
FixNamespaceComments: true
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ]
CommentPragmas: '@DISABLE FORMATING FOR THIS COMMENT@'
KeepEmptyLinesAtTheStartOfBlocks: false
---
Language: Cpp
Standard: Cpp11
---
Language: ObjC
ObjCBlockIndentWidth: 4