-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.swiftformat
39 lines (39 loc) · 896 Bytes
/
.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
--allman false
--binarygrouping none
--closingparen balanced
--commas always
--conflictmarkers reject
--decimalgrouping none
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--extensionacl on-declarations
--fractiongrouping disabled
--fragment false
--header ignore
--hexgrouping none
--hexliteralcase uppercase
--ifdef indent
--importgrouping alphabetized
--indent 4
--indentcase false
--linebreaks lf
--maxwidth none
--nospaceoperators
--octalgrouping none
--operatorfunc spaced
--patternlet hoist
--self remove
--selfrequired
--semicolons never
--stripunusedargs closure-only
--tabwidth unspecified
--trailingclosures
--trimwhitespace always
--wraparguments before-first
--wrapcollections before-first
--xcodeindentation disabled
--commas inline
--decimalgrouping 3
--exclude Tests/XCTestManifests.swift,Tests/BadConfig,Snapshots,Build,PluginTests