-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.swiftformat
More file actions
22 lines (22 loc) · 872 Bytes
/
.swiftformat
File metadata and controls
22 lines (22 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--header "\n {file}\n swift-timecode • https://github.com/orchetect/swift-timecode\n © {year} Steffan Andrews • Licensed under MIT License\n"
--allow-partial-wrapping false
--binary-grouping 8,8
--call-site-paren balanced
--complex-attributes prev-line
--computed-var-attributes prev-line
--empty-braces spaced
--extension-acl on-declarations
--func-attributes prev-line
--ifdef preserve
--indent-strings true
--max-width 140
--property-types explicit
--stored-var-attributes preserve
--strip-unused-args unnamed-only
--trailing-commas never
--type-attributes prev-line
--wrap-arguments before-first
--wrap-collections before-first
--wrap-parameters before-first
--disable docComments,modifierOrder,modifiersOnSameLine,redundantMemberwiseInit,redundantPattern,redundantRawValues,redundantSendable,redundantVariable,unusedArguments
--enable wrapMultilineFunctionChains