.swiftformat 594 B

1234567891011121314151617181920212223242526272829
  1. # file options
  2. --symlinks ignore
  3. --swiftversion 5.3
  4. # rules
  5. --enable isEmpty
  6. --disable andOperator
  7. --disable wrapMultilineStatementBraces
  8. # format options
  9. --closingparen same-line
  10. --commas inline
  11. --comments indent
  12. --decimalgrouping 3,5
  13. --exponentcase lowercase
  14. --exponentgrouping disabled
  15. --extensionacl on-declarations
  16. --fractiongrouping disabled
  17. --ifdef no-indent
  18. --importgrouping testable-top
  19. --operatorfunc no-space
  20. --nospaceoperators ..<, ...
  21. --selfrequired validate
  22. --stripunusedargs closure-only
  23. --wraparguments after-first
  24. --wrapcollections after-first
  25. --wrapparameters after-first