From ada9f28729ba125b4ce7607622e17aa00c980b74 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Mon, 19 Jul 2021 15:46:45 -0300 Subject: [PATCH] Add swift format --- zcash.swiftformat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zcash.swiftformat 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