zashi-ios-wallet-private/zcash.swiftformat

9 lines
252 B
Plaintext
Raw Normal View History

2021-07-19 11:46:45 -07:00
# options
--self remove # redundantSelf
--importgrouping testable-bottom # sortedImports
--commas always # trailingCommas
--trimwhitespace always # trailingSpace
# rules
--rules redundantParens,redundantSelf,sortedImports,trailingCommas,trailingSpace