ios/.swiftformat
2025-10-06 15:18:35 -05:00

17 lines
457 B
Plaintext

# format options
--indent 4
--ifdef noindent
--swiftversion 6.2
--header strip
--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
--enable blankLineAfterImports,isEmpty,blockComments,docComments,sortSwitchCases