| 1234567891011121314151617181920212223242526272829 |
- # file options
- --symlinks ignore
- --swiftversion 5.5
- # rules
- --enable isEmpty
- --disable andOperator
- --disable wrapMultilineStatementBraces
- # format options
- --closingparen same-line
- --commas inline
- --comments indent
- --decimalgrouping 3,5
- --exponentcase lowercase
- --exponentgrouping disabled
- --extensionacl on-declarations
- --fractiongrouping disabled
- --ifdef no-indent
- --importgrouping testable-top
- --operatorfunc no-space
- --nospaceoperators ..<, ...
- --selfrequired validate
- --stripunusedargs closure-only
- --wraparguments after-first
- --wrapcollections after-first
- --wrapparameters after-first
|