2
0

.swiftformat 463 B

12345678910111213141516171819202122232425
  1. # file options
  2. --symlinks ignore
  3. --swiftversion 5
  4. # rules
  5. --disable andOperator
  6. # format options
  7. --closingparen same-line
  8. --commas inline
  9. --comments indent
  10. --decimalgrouping 3,5
  11. --exponentcase lowercase
  12. --exponentgrouping disabled
  13. --fractiongrouping disabled
  14. --ifdef outdent
  15. --importgrouping testable-top
  16. --operatorfunc no-space
  17. --ranges no-space
  18. --selfrequired validate
  19. --stripunusedargs closure-only
  20. --wraparguments after-first
  21. --wrapcollections after-first