forked from rakutentech/ios-buildconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
34 lines (34 loc) · 828 Bytes
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# mostly based on https://github.com/NYTimes/objective-c-style-guide
---
# common
SortIncludes: false
UseTab: Never
---
Language: ObjC
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: true
AfterControlStatement: false
AfterFunction: false
AfterObjCDeclaration: true
BeforeCatch: true
BeforeElse: true
ColumnLimit: 0
IndentWidth: 4
MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
PointerBindsToType: false
SpacesBeforeTrailingComments: 1
SpacesInParentheses: false
SpacesInAngles: false
SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpacesInContainerLiterals: false
---
Language: Cpp
DisableFormat: true