mirror of
https://github.com/bitwarden/ios.git
synced 2026-02-03 17:48:54 -06:00
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>
18 lines
686 B
Plaintext
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
|