|
1 | 1 | --acronyms ID,URL,UUID |
2 | 2 | --allman false |
3 | | ---anonymousforeach convert |
4 | | ---assetliterals visual-width |
5 | | ---asynccapturing |
6 | | ---beforemarks |
7 | | ---binarygrouping 4,8 |
8 | | ---callsiteparen default |
9 | | ---categorymark "MARK: %c" |
10 | | ---classthreshold 0 |
11 | | ---closingparen default |
12 | | ---closurevoid remove |
13 | | ---commas inline |
14 | | ---complexattrs prev-line |
15 | | ---computedvarattrs prev-line |
16 | | ---condassignment always |
17 | | ---conflictmarkers reject |
18 | | ---dateformat system |
19 | | ---decimalgrouping 3,6 |
20 | | ---doccomments before-declarations |
21 | | ---elseposition same-line |
22 | | ---emptybraces no-space |
23 | | ---enumnamespaces always |
24 | | ---enumthreshold 0 |
25 | | ---exponentcase lowercase |
26 | | ---exponentgrouping disabled |
27 | | ---extensionacl on-declarations |
28 | | ---extensionlength 0 |
29 | | ---extensionmark "MARK: - %t + %c" |
30 | | ---fractiongrouping disabled |
| 3 | +--allow-partial-wrapping true |
| 4 | +--anonymous-for-each convert |
| 5 | +--asset-literals visual-width |
| 6 | +--async-capturing |
| 7 | +--before-marks |
| 8 | +--binary-grouping 4,8 |
| 9 | +--blank-line-after-switch-case multiline-only |
| 10 | +--call-site-paren default |
| 11 | +--category-mark "MARK: %c" |
| 12 | +--class-threshold 0 |
| 13 | +--closing-paren default |
| 14 | +--closure-void remove |
| 15 | +--complex-attributes prev-line |
| 16 | +--computed-var-attributes prev-line |
| 17 | +--conditional-assignment always |
| 18 | +--conflict-markers reject |
| 19 | +--date-format system |
| 20 | +--decimal-grouping 3,6 |
| 21 | +--default-test-suite-attributes |
| 22 | +--doc-comments before-declarations |
| 23 | +--else-position same-line |
| 24 | +--empty-braces no-space |
| 25 | +--enum-namespaces always |
| 26 | +--enum-threshold 0 |
| 27 | +--equatable-macro none |
| 28 | +--exponent-case lowercase |
| 29 | +--exponent-grouping disabled |
| 30 | +--extension-acl on-declarations |
| 31 | +--extension-mark "MARK: - %t + %c" |
| 32 | +--extension-threshold 0 |
| 33 | +--file-macro "#file" |
| 34 | +--fraction-grouping disabled |
31 | 35 | --fragment false |
32 | | ---funcattributes prev-line |
33 | | ---generictypes |
34 | | ---groupblanklines true |
35 | | ---groupedextension "MARK: %c" |
36 | | ---guardelse next-line |
| 36 | +--func-attributes prev-line |
| 37 | +--generic-types |
| 38 | +--group-blank-lines true |
| 39 | +--grouped-extension "MARK: %c" |
| 40 | +--guard-else next-line |
37 | 41 | --header ignore |
38 | | ---hexgrouping 4,8 |
39 | | ---hexliteralcase uppercase |
| 42 | +--hex-grouping 4,8 |
| 43 | +--hex-literal-case uppercase |
40 | 44 | --ifdef indent |
41 | | ---importgrouping testable-first |
| 45 | +--import-grouping testable-first |
42 | 46 | --indent 4 |
43 | | ---indentcase false |
44 | | ---indentstrings false |
45 | | ---inferredtypes always |
46 | | ---initcodernil false |
47 | | ---inlinedforeach ignore |
| 47 | +--indent-case false |
| 48 | +--indent-strings false |
| 49 | +--inferred-types always |
| 50 | +--init-coder-nil false |
48 | 51 | --lifecycle |
49 | | ---lineaftermarks true |
| 52 | +--line-after-marks true |
| 53 | +--line-between-guards false |
50 | 54 | --linebreaks lf |
51 | | ---markcategories true |
52 | | ---markextensions always |
53 | | ---marktypes always |
54 | | ---maxwidth none |
55 | | ---modifierorder |
56 | | ---nevertrailing |
57 | | ---nilinit remove |
58 | | ---noncomplexattrs |
59 | | ---nospaceoperators |
60 | | ---nowrapoperators |
61 | | ---octalgrouping 4,8 |
62 | | ---operatorfunc spaced |
63 | | ---organizationmode visibility |
64 | | ---organizetypes actor,class,enum,struct |
65 | | ---patternlet hoist |
66 | | ---preservedecls |
67 | | ---preservedsymbols Package |
68 | | ---propertytypes inferred |
| 55 | +--mark-categories true |
| 56 | +--mark-class-threshold 0 |
| 57 | +--mark-enum-threshold 0 |
| 58 | +--mark-extension-threshold 0 |
| 59 | +--mark-extensions always |
| 60 | +--mark-struct-threshold 0 |
| 61 | +--mark-types always |
| 62 | +--markdown-files ignore |
| 63 | +--max-width none |
| 64 | +--modifier-order |
| 65 | +--never-trailing |
| 66 | +--nil-init remove |
| 67 | +--no-space-operators |
| 68 | +--no-wrap-operators |
| 69 | +--non-complex-attributes |
| 70 | +--octal-grouping 4,8 |
| 71 | +--operator-func spaced |
| 72 | +--organization-mode visibility |
| 73 | +--organize-types actor,class,enum,struct |
| 74 | +--pattern-let hoist |
| 75 | +--preserve-acronyms |
| 76 | +--preserve-decls |
| 77 | +--preserved-property-types Package |
| 78 | +--property-types inferred |
69 | 79 | --ranges spaced |
| 80 | +--redundant-async always |
| 81 | +--redundant-throws always |
70 | 82 | --self init-only |
71 | | ---selfrequired |
72 | | ---semicolons inline |
73 | | ---shortoptionals always |
74 | | ---smarttabs enabled |
75 | | ---someany true |
76 | | ---sortedpatterns |
77 | | ---storedvarattrs prev-line |
78 | | ---stripunusedargs always |
79 | | ---structthreshold 0 |
80 | | ---tabwidth unspecified |
81 | | ---throwcapturing |
| 83 | +--self-required |
| 84 | +--semicolons inline-only |
| 85 | +--short-optionals always |
| 86 | +--single-line-for-each ignore |
| 87 | +--smart-tabs enabled |
| 88 | +--some-any true |
| 89 | +--sort-swiftui-properties none |
| 90 | +--sorted-patterns |
| 91 | +--stored-var-attributes prev-line |
| 92 | +--strip-unused-args always |
| 93 | +--struct-threshold 0 |
| 94 | +--tab-width unspecified |
| 95 | +--throw-capturing |
82 | 96 | --timezone system |
83 | | ---trailingclosures |
84 | | ---trimwhitespace always |
85 | | ---typeattributes prev-line |
86 | | ---typeblanklines preserve |
87 | | ---typedelimiter space-after |
88 | | ---typemark "MARK: - %t" |
89 | | ---typemarks |
90 | | ---typeorder |
91 | | ---visibilitymarks |
92 | | ---visibilityorder |
93 | | ---voidtype void |
94 | | ---wraparguments before-first |
95 | | ---wrapcollections before-first |
96 | | ---wrapconditions after-first |
97 | | ---wrapeffects preserve |
98 | | ---wrapenumcases always |
99 | | ---wrapparameters before-first |
100 | | ---wrapreturntype preserve |
101 | | ---wrapternary before-operators |
102 | | ---wraptypealiases after-first |
103 | | ---xcodeindentation enabled |
104 | | ---yodaswap always |
105 | | ---disable enumNamespaces,fileHeader,headerFileName,redundantInternal,wrap,wrapMultilineStatementBraces,wrapSingleLineComments |
106 | | ---enable acronyms,blankLinesBetweenImports,blockComments,docComments,isEmpty,propertyTypes,redundantProperty,sortSwitchCases,unusedPrivateDeclarations,wrapConditionalBodies,wrapEnumCases |
| 97 | +--trailing-closures |
| 98 | +--trailing-commas never |
| 99 | +--trim-whitespace always |
| 100 | +--type-attributes prev-line |
| 101 | +--type-blank-lines preserve |
| 102 | +--type-body-marks preserve |
| 103 | +--type-delimiter space-after |
| 104 | +--type-mark "MARK: - %t" |
| 105 | +--type-marks |
| 106 | +--type-order |
| 107 | +--url-macro none |
| 108 | +--visibility-marks |
| 109 | +--visibility-order |
| 110 | +--void-type Void |
| 111 | +--wrap-arguments before-first |
| 112 | +--wrap-collections before-first |
| 113 | +--wrap-conditions after-first |
| 114 | +--wrap-effects preserve |
| 115 | +--wrap-enum-cases always |
| 116 | +--wrap-parameters before-first |
| 117 | +--wrap-return-type preserve |
| 118 | +--wrap-string-interpolation default |
| 119 | +--wrap-ternary before-operators |
| 120 | +--wrap-type-aliases after-first |
| 121 | +--xcode-indentation enabled |
| 122 | +--xctest-symbols |
| 123 | +--yoda-swap always |
| 124 | +--disable fileHeader,headerFileName,redundantInternal,wrap,wrapMultilineStatementBraces,wrapSingleLineComments |
| 125 | +--enable acronyms,blankLinesBetweenImports,blockComments,docComments,emptyExtensions,environmentEntry,isEmpty,noForceTryInTests,noForceUnwrapInTests,noGuardInTests,propertyTypes,redundantAsync,redundantMemberwiseInit,redundantProperty,redundantThrows,singlePropertyPerLine,sortSwitchCases,unusedPrivateDeclarations,wrapConditionalBodies,wrapEnumCases,wrapMultilineFunctionChains |
0 commit comments