ios/.swiftformat
renovate[bot] 0a93312dec
[PM-31234] [deps]: Update mint minor (#2285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Katherine Bertelsen <kbertelsen@bitwarden.com>
Co-authored-by: Matt Czech <matt@livefront.com>
2026-01-27 16:08:18 -06:00

18 lines
686 B
Plaintext

# format options
--indent 4
--ifdef noindent
--swiftversion 6.2
--header strip
--import-grouping testable-last
--funcattributes prev-line
--typeattributes prev-line
--varattributes preserve
--wrapternary before-operators
# file options
--exclude **/Generated,build,vendor/bundle
# rules
--disable elseOnSameLine,semicolons,unusedArguments,opaqueGenericParameters,wrapMultilineStatementBraces,preferForLoop,wrapPropertyBodies,wrapFunctionBodies,blankLinesBetweenImports,noForceUnwrapInTests,redundantProperty,redundantThrows,redundantAsync,redundantViewBuilder,simplifyGenericConstraints,emptyExtensions
--enable blankLineAfterImports,isEmpty,blockComments,docComments,sortSwitchCases