diff options
| -rw-r--r-- | ios/.swiftformat | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ios/.swiftformat b/ios/.swiftformat index 4c2fc53e11..013ef48db8 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -32,7 +32,9 @@ organizeDeclarations, \ # Do not reorder switch case statements sortedSwitchCases, \ # Do not add // MARK: ClassName before every type -markTypes +markTypes, \ +# disable enum imports since it seems borken +enumNamespaces --rules \ @@ -79,4 +81,4 @@ typeSugar, \ void, \ wrap, \ wrapArguments, \ -wrapAttributes
\ No newline at end of file +wrapAttributes |
