forked from DebugSwift/DebugSwift
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.swiftformat
73 lines (69 loc) · 1.56 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
63
64
65
66
67
68
69
70
71
72
73
--swiftversion 5.7
--exclude Pods,Carthage,Submodules,SourcePackages,vendor,scripts
--disable blankLinesAtStartOfScope
--disable wrapMultilineStatementBraces
--exponentgrouping disabled
--fractiongrouping disabled
--xcodeindentation disabled
--allman false
--assetliterals visual-width
--beforemarks
--binarygrouping none
--categorymark "MARK: %c"
--classthreshold 0
--closingparen balanced
--commas inline
--conflictmarkers reject
--decimalgrouping none
--elseposition same-line
--emptybraces no-space
--enumthreshold 0
--exponentcase lowercase
--extensionacl on-declarations
--extensionlength 0
--extensionmark "MARK: - %t + %c"
--fragment false
--funcattributes preserve
--groupedextension "MARK: %c"
--guardelse auto
--header ignore
--hexgrouping none
--hexliteralcase lowercase
--ifdef no-indent
--importgrouping alpha
--indent 4
--indentcase false
--lifecycle
--linebreaks lf
--markextensions always
--marktypes always
--maxwidth none
--modifierorder
--nevertrailing
--nospaceoperators ...,..<
--nowrapoperators
--octalgrouping none
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--redundanttype inferred
--self init-only
--selfrequired
--semicolons inline
--shortoptionals always
--smarttabs enabled
--stripunusedargs closure-only
--structthreshold 0
--tabwidth unspecified
--trailingclosures
--trimwhitespace always
--typeattributes preserve
--typemark "MARK: - %t"
--varattributes preserve
--voidtype void
--wraparguments before-first
--wrapcollections before-first
--wrapparameters before-first
--wrapconditions preserve
--wrapreturntype preserve
--yodaswap always