diff --git a/zcash.swiftformat b/zcash.swiftformat new file mode 100644 index 0000000..2e89e4b --- /dev/null +++ b/zcash.swiftformat @@ -0,0 +1,8 @@ +# options +--self remove # redundantSelf +--importgrouping testable-bottom # sortedImports +--commas always # trailingCommas +--trimwhitespace always # trailingSpace + +# rules +--rules redundantParens,redundantSelf,sortedImports,trailingCommas,trailingSpace