-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswiftformat.config
More file actions
28 lines (28 loc) · 882 Bytes
/
swiftformat.config
File metadata and controls
28 lines (28 loc) · 882 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
--symlinks ignore
--allman false
--binarygrouping 4,8
--decimalgrouping 3,6
--elseposition same-line
--empty void
--exponentcase lowercase
--exponentgrouping disabled
--fractiongrouping disabled
--header ignore
--hexgrouping 4,8
--hexliteralcase uppercase
--ifdef indent
--indentcase false
--importgrouping testable-bottom
--linebreaks lf
--octalgrouping 4,8
--operatorfunc spaced
--patternlet hoist
--ranges spaced
--self remove
--semicolons never
--stripunusedargs always
--trimwhitespace always
--wraparguments before-first
--wrapcollections before-first
--enable isEmpty,duplicateImports,consecutiveSpaces,redundantFileprivate,redundantGet,redundantRawValues,spaceAroundBrackets,redundantVoidReturnType,redundantNilInit,redundantParens,redundantInit,strongifiedSelf
--disable unusedArguments,hoistPatternLet,redundantBackticks,linebreakAtEndOfFile,trailingClosures,strongOutlets