summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-03-02 12:59:17 +0100
committerAndrej Mihajlov <and@mullvad.net>2023-03-02 12:59:17 +0100
commita175c2886e04bfdc63d11bcebf8d32159ea6ffac (patch)
treea4ad1d4b63eb5af22da657f98b403e0b225c3ece
parentd1615c02f4c2f55235bb41dceaa9c1085590658f (diff)
downloadmullvadvpn-a175c2886e04bfdc63d11bcebf8d32159ea6ffac.tar.xz
mullvadvpn-a175c2886e04bfdc63d11bcebf8d32159ea6ffac.zip
Swiftformat: disable hoistTry rule
-rw-r--r--ios/.swiftformat2
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