react-native-vision-camera/ios/.swiftformat

14 lines
208 B
Plaintext
Raw Normal View History

2021-02-19 08:28:05 -07:00
--allman false
--indent 2
--exclude Pods,Generated
2021-03-09 02:53:29 -07:00
--disable andOperator
--disable redundantReturn
--disable wrapMultilineStatementBraces
--enable organizeDeclarations
--enable markTypes
--enable isEmpty