forked from RxSwiftCommunity/RxRealm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.swiftformat
45 lines (45 loc) · 1.01 KB
/
.swiftformat
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
35
36
37
38
39
40
41
42
43
44
45
--allman false
--binarygrouping none
--commas inline
--comments ignore
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--disable blankLinesAroundMark
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--patternlet hoist
--ifdef indent
--indent 2
--indentcase false
--linebreaks lf
--octalgrouping none
--operatorfunc nospace
--patternlet hoist
--ranges nospace
--self remove
--semicolons inline
--stripunusedargs closure-only
--trimwhitespace always
--wraparguments after-first
--wrapcollections before-first
--enable blankLinesBetweenScopes
--enable redundantVoidReturnType
--enable strongifiedSelf
--enable trailingClosures
--enable trailingSpace
--enable typeSugar
--enable spaceInsideParens
--enable spaceInsideBrackets
--enable spaceInsideBraces
--enable spaceAroundOperators
--enable spaceAroundBraces
--enable redundantParens
--enable redundantNilInit
--enable consecutiveSpaces
--enable anyObjectProtocol
--disable isEmpty