Skip to content

Commit

Permalink
Merge pull request #18 from RakuyoKit/feature/organizeDeclarations
Browse files Browse the repository at this point in the history
Remove `organizeDeclarations`
  • Loading branch information
rakuyoMo authored Apr 16, 2024
2 parents a53af6c + f1cb3b4 commit f0cde78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
--complexattrs prev-line # wrapAttributes
--typeattributes prev-line # wrapAttributes
--wrapternary before-operators # wrap
--structthreshold 20 # organizeDeclarations
--enumthreshold 20 # organizeDeclarations
--organizetypes class,struct,enum,extension,actor # organizeDeclarations
--extensionacl on-declarations # extensionAccessControl
--patternlet inline # hoistPatternLet
--redundanttype inferred # redundantType
Expand All @@ -52,7 +49,6 @@
--rules hoistPatternLet
--rules indent
--rules markTypes
--rules organizeDeclarations
--rules redundantParens
--rules redundantReturn
--rules redundantSelf
Expand Down

0 comments on commit f0cde78

Please sign in to comment.