.swiftformat 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. --allman false
  2. --assetliterals visual-width
  3. --beforemarks
  4. --binarygrouping none
  5. --categorymark "MARK: %c"
  6. --classthreshold 0
  7. --closingparen balanced
  8. --commas always
  9. --conflictmarkers reject
  10. --decimalgrouping none
  11. --elseposition same-line
  12. --enumthreshold 0
  13. --exponentcase lowercase
  14. --exponentgrouping disabled
  15. --extensionacl on-extension
  16. --extensionlength 0
  17. --extensionmark "MARK: - %t + %c"
  18. --fractiongrouping disabled
  19. --fragment false
  20. --funcattributes preserve
  21. --groupedextension "MARK: %c"
  22. --guardelse auto
  23. --header ignore
  24. --hexgrouping 4,8
  25. --hexliteralcase uppercase
  26. --ifdef indent
  27. --importgrouping alphabetized
  28. --indent 4
  29. --indentcase false
  30. --lifecycle
  31. --linebreaks lf
  32. --markextensions always
  33. --marktypes always
  34. --maxwidth none
  35. --modifierorder
  36. --nevertrailing
  37. --nospaceoperators ...,..<
  38. --nowrapoperators
  39. --octalgrouping none
  40. --operatorfunc spaced
  41. --organizetypes class,enum,struct
  42. --patternlet hoist
  43. --ranges spaced
  44. --redundanttype inferred
  45. --self remove
  46. --selfrequired
  47. --semicolons inline
  48. --shortoptionals always
  49. --smarttabs enabled
  50. --stripunusedargs closure-only
  51. --structthreshold 0
  52. --tabwidth unspecified
  53. --trailingclosures
  54. --trimwhitespace always
  55. --typeattributes preserve
  56. --typemark "MARK: - %t"
  57. --varattributes preserve
  58. --voidtype void
  59. --wraparguments preserve
  60. --wrapcollections preserve
  61. --wrapconditions preserve
  62. --wrapparameters preserve
  63. --wrapreturntype preserve
  64. --xcodeindentation disabled
  65. --yodaswap always