mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
17 lines
457 B
Plaintext
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
|