julia-vscode / DocumentFormat.jl

Auto-formatter for Julia
Other
62 stars 18 forks source link

Split lines exceeding width limit #7

Closed ZacLN closed 3 years ago

ZacLN commented 7 years ago

Split at operator or comma of an expression

diegozea commented 6 years ago

This is one of my favourite features from https://github.com/google/yapf. It will be awesome to have this!

diegozea commented 5 years ago

Maybe https://github.com/rbt-lang/PrettyPrinting.jl can be useful here.