aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/whitespace-chain/plugin
AgeCommit message (Collapse)Author
2017-05-04Add 'whitespace-chain' pluginTeddy Wing
A new plugin to split method chains onto multiple lines. For example: scope.line.result(distinct: true).paginate becomes: scope .line .result(distinct: true) .paginate