-
-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy path.swiftformat
More file actions
35 lines (33 loc) · 679 Bytes
/
.swiftformat
File metadata and controls
35 lines (33 loc) · 679 Bytes
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
# file options
--exclude Carthage
# format options
--allman false
--binarygrouping none
--closingparen balanced
--commas inline
--comments ignore
--decimalgrouping none
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping none
--hexliteralcase lowercase
--ifdef noindent
--indent 4
--indentcase false
--linebreaks lf
--octalgrouping none
--operatorfunc spaced
--patternlet inline
--ranges nospace
--self insert
--semicolons inline
--stripunusedargs closure-only
--trimwhitespace always
--wraparguments afterfirst
--wrapcollections preserve
# disabled rules
--disable strongOutlets