| 12345678910111213141516171819202122232425 |
- # file options
- --symlinks ignore
- --swiftversion 5
- # rules
- --disable andOperator
- # format options
- --closingparen same-line
- --commas inline
- --comments indent
- --decimalgrouping 3,5
- --exponentcase lowercase
- --exponentgrouping disabled
- --fractiongrouping disabled
- --ifdef outdent
- --importgrouping testable-top
- --operatorfunc no-space
- --ranges no-space
- --selfrequired validate
- --stripunusedargs closure-only
- --wraparguments after-first
- --wrapcollections after-first
|