Add swift format

This commit is contained in:
Francisco Gindre 2021-07-19 15:46:45 -03:00
parent 46904224ed
commit ada9f28729
1 changed files with 8 additions and 0 deletions

8
zcash.swiftformat Normal file
View File

@ -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