diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-03-02 12:59:17 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-03-02 12:59:17 +0100 |
| commit | a175c2886e04bfdc63d11bcebf8d32159ea6ffac (patch) | |
| tree | a4ad1d4b63eb5af22da657f98b403e0b225c3ece | |
| parent | d1615c02f4c2f55235bb41dceaa9c1085590658f (diff) | |
| download | mullvadvpn-a175c2886e04bfdc63d11bcebf8d32159ea6ffac.tar.xz mullvadvpn-a175c2886e04bfdc63d11bcebf8d32159ea6ffac.zip | |
Swiftformat: disable hoistTry rule
| -rw-r--r-- | ios/.swiftformat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/.swiftformat b/ios/.swiftformat index 7ff7f3916a..4a2eebe95e 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -12,4 +12,4 @@ --wrapternary before-operators --redundanttype inferred --ifdef no-indent ---disable initCoderUnavailable, redundantReturn, unusedArguments, redundantRawValues, preferKeyPath, extensionAccessControl +--disable initCoderUnavailable, redundantReturn, unusedArguments, redundantRawValues, preferKeyPath, extensionAccessControl, hoistTry |
