mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 06:09:58 +00:00
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
|
# version: 0.49.11
|
||
|
|
||
|
--swiftversion 5.5
|
||
|
|
||
|
--tabwidth 4
|
||
|
--xcodeindentation enabled
|
||
|
--semicolons never
|
||
|
--stripunusedargs closure-only
|
||
|
--maxwidth 140
|
||
|
--assetliterals visual-width
|
||
|
--wraparguments before-first
|
||
|
--wrapparameters before-first
|
||
|
--wrapcollections before-first
|
||
|
--wrapconditions after-first
|
||
|
--funcattributes prev-line
|
||
|
--typeattributes prev-line
|
||
|
--varattributes prev-line
|
||
|
--trailingclosures
|
||
|
--shortoptionals "always"
|
||
|
|
||
|
--enable isEmpty, \
|
||
|
leadingDelimiters, \
|
||
|
wrapEnumCases, \
|
||
|
typeSugar, \
|
||
|
void, \
|
||
|
trailingSpace, \
|
||
|
spaceInsideParens, \
|
||
|
spaceInsideGenerics, \
|
||
|
spaceInsideComments, \
|
||
|
spaceInsideBrackets, \
|
||
|
spaceInsideBraces, \
|
||
|
blankLinesAroundMark, \
|
||
|
redundantLet, \
|
||
|
redundantInit, \
|
||
|
blankLinesAroundMark
|
||
|
|
||
|
--disable strongOutlets, \
|
||
|
yodaConditions, \
|
||
|
blankLinesAtStartOfScope,\
|
||
|
andOperator, \
|
||
|
redundantFileprivate, \
|
||
|
redundantSelf, \
|
||
|
redundantClosure, \
|
||
|
redundantType
|
||
|
|
||
|
--header "\nSwiftfin is subject to the terms of the Mozilla Public\nLicense, v2.0. If a copy of the MPL was not distributed with this\nfile, you can obtain one at https://mozilla.org/MPL/2.0/.\n\nCopyright (c) {year} Jellyfin & Jellyfin Contributors\n"
|