-
Notifications
You must be signed in to change notification settings - Fork 9
/
.swiftformat
39 lines (39 loc) · 832 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
--disable redundantReturn
--elseposition same-line
--empty void
--exclude Example/Pods
--exclude Package.swift
--exclude ObjCExample
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--fragment false
--header ignore
--hexgrouping none
--hexliteralcase uppercase
--ifdef outdent
--importgrouping alphabetized
--indent 4
--indentcase false
--linebreaks lf
--maxwidth none
--octalgrouping none
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self init-only
--selfrequired
--semicolons never
--stripunusedargs always
--tabwidth unspecified
--trailingclosures
--trimwhitespace always
--wraparguments before-first
--wrapcollections preserve
--xcodeindentation disabled