1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- --allman false
- --assetliterals visual-width
- --beforemarks
- --binarygrouping none
- --categorymark "MARK: %c"
- --classthreshold 0
- --closingparen balanced
- --commas always
- --conflictmarkers reject
- --decimalgrouping none
- --elseposition same-line
- --enumthreshold 0
- --exponentcase lowercase
- --exponentgrouping disabled
- --extensionacl on-extension
- --extensionlength 0
- --extensionmark "MARK: - %t + %c"
- --fractiongrouping disabled
- --fragment false
- --funcattributes preserve
- --groupedextension "MARK: %c"
- --guardelse auto
- --header ignore
- --hexgrouping 4,8
- --hexliteralcase uppercase
- --ifdef indent
- --importgrouping alphabetized
- --indent 4
- --indentcase false
- --lifecycle
- --linebreaks lf
- --markextensions always
- --marktypes always
- --maxwidth none
- --modifierorder
- --nevertrailing
- --nospaceoperators ...,..<
- --nowrapoperators
- --octalgrouping none
- --operatorfunc spaced
- --organizetypes class,enum,struct
- --patternlet hoist
- --ranges spaced
- --redundanttype inferred
- --self remove
- --selfrequired
- --semicolons inline
- --shortoptionals always
- --smarttabs enabled
- --stripunusedargs closure-only
- --structthreshold 0
- --tabwidth unspecified
- --trailingclosures
- --trimwhitespace always
- --typeattributes preserve
- --typemark "MARK: - %t"
- --varattributes preserve
- --voidtype void
- --wraparguments preserve
- --wrapcollections preserve
- --wrapconditions preserve
- --wrapparameters preserve
- --wrapreturntype preserve
- --xcodeindentation disabled
- --yodaswap always
|