mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-12-04 12:23:26 +00:00
bbfbd32f34
* add .swiftFormat add Run script for swiftFormat * Remove some conditions
18 lines
576 B
Plaintext
18 lines
576 B
Plaintext
# version: 0.47.5
|
|
|
|
--indent 4 #indent
|
|
--self init-only # redundantSelf
|
|
--semicolons never # semicolons
|
|
--stripunusedargs closure-only # unusedArguments
|
|
--maxwidth 140 #wrap
|
|
--assetliterals visual-width #wrap
|
|
--wraparguments after-first # wrapArguments
|
|
--wrapparameters after-first # wrapArguments
|
|
--wrapcollections before-first # wrapArguments
|
|
--wrapconditions after-first # wrapArguments
|
|
--funcattributes prev-line # wrapAttributes
|
|
--typeattributes prev-line # wrapAttributes
|
|
--varattributes prev-line # wrapAttributes
|
|
|
|
--enable isEmpty
|
|
--disable strongOutlets,yodaConditions |