.swiftformat 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. --acronyms ID,URL,UUID
  2. --allman false
  3. --anonymousforeach convert
  4. --assetliterals visual-width
  5. --asynccapturing
  6. --beforemarks
  7. --binarygrouping 4,8
  8. --callsiteparen default
  9. --categorymark "MARK: %c"
  10. --classthreshold 0
  11. --closingparen balanced
  12. --closurevoid remove
  13. --commas always
  14. --complexattrs preserve
  15. --computedvarattrs preserve
  16. --condassignment after-property
  17. --conflictmarkers reject
  18. --dateformat system
  19. --decimalgrouping 3,6
  20. --doccomments before-declarations
  21. --elseposition same-line
  22. --emptybraces no-space
  23. --enumnamespaces always
  24. --enumthreshold 0
  25. --exponentcase lowercase
  26. --exponentgrouping disabled
  27. --extensionacl on-declarations
  28. --extensionlength 0
  29. --extensionmark "MARK: - %t + %c"
  30. --fractiongrouping disabled
  31. --fragment false
  32. --funcattributes preserve
  33. --generictypes
  34. --groupedextension "MARK: %c"
  35. --guardelse auto
  36. --header ignore
  37. --hexgrouping 4,8
  38. --hexliteralcase uppercase
  39. --ifdef indent
  40. --importgrouping alpha
  41. --indent 4
  42. --indentcase false
  43. --indentstrings false
  44. --initcodernil false
  45. --lifecycle
  46. --lineaftermarks true
  47. --linebreaks lf
  48. --markcategories true
  49. --markextensions always
  50. --marktypes always
  51. --maxwidth none
  52. --modifierorder nonisolated,public
  53. --nevertrailing
  54. --nilinit remove
  55. --noncomplexattrs
  56. --nospaceoperators
  57. --nowrapoperators
  58. --octalgrouping 4,8
  59. --onelineforeach ignore
  60. --operatorfunc spaced
  61. --organizationmode visibility
  62. --organizetypes actor,class,enum,struct
  63. --patternlet hoist
  64. --ranges spaced
  65. --redundanttype infer-locals-only
  66. --self remove
  67. --selfrequired
  68. --semicolons inline
  69. --shortoptionals except-properties
  70. --smarttabs enabled
  71. --someany true
  72. --storedvarattrs preserve
  73. --stripunusedargs always
  74. --structthreshold 0
  75. --tabwidth unspecified
  76. --throwcapturing
  77. --timezone system
  78. --trailingclosures
  79. --trimwhitespace always
  80. --typeattributes preserve
  81. --typeblanklines remove
  82. --typedelimiter space-after
  83. --typemark "MARK: - %t"
  84. --voidtype void
  85. --wraparguments preserve
  86. --wrapcollections preserve
  87. --wrapconditions preserve
  88. --wrapeffects preserve
  89. --wrapenumcases always
  90. --wrapparameters default
  91. --wrapreturntype preserve
  92. --wrapternary default
  93. --wraptypealiases preserve
  94. --xcodeindentation disabled
  95. --yodaswap always
  96. --disable unusedArguments