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

15 lines
286 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
--lifecycle didSetProps,requiresMainQueueSetup,view,methodQueue,getCameraView
--enable markTypes
--enable isEmpty