-
Notifications
You must be signed in to change notification settings - Fork 27
/
.swiftformat
62 lines (59 loc) · 1.37 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
--swiftversion 5.5
# File Options
--exclude Pods, Generated, .build
# Rules Toggle
--disable sortedImports, sortedSwitchCases, redundantSelf, organizeDeclarations
# Format Options
--minversion 0.48.9
--allman false
--assetliterals visual-width
--binarygrouping none
--classthreshold 0
--closingparen balanced
--commas inline
--conflictmarkers reject
--decimalgrouping 3,6
--elseposition same-line
--emptybraces no-space
--enumthreshold 0
--exponentcase lowercase
--exponentgrouping disabled
--extensionacl on-declarations
--extensionlength 0
--fractiongrouping disabled
--fragment false
--funcattributes prev-line
--guardelse auto
--header ignore
--hexgrouping none
--hexliteralcase lowercase
--ifdef no-indent
--importgrouping alpha
--indent 4
--indentcase true
--lifecycle
--linebreaks lf
--markextensions always
--marktypes always
--maxwidth none
--modifierorder open, public, private, final, override, convenience, dynamic
--nevertrailing
--nospaceoperators ...,..<
--nowrapoperators
--octalgrouping none
--operatorfunc no-space
--organizetypes actor,class,enum,struct
--patternlet hoist
--ranges no-space
--redundanttype inferred
--selfrequired
--semicolons never
--stripunusedargs closure-only
--tabwidth 4
--trailingclosures
--typeattributes prev-line
--varattributes preserve
--wraparguments before-first
--wrapcollections before-first
--wrapconditions preserve
--wrapparameters before-first