julia-vscode / DocumentFormat.jl

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

Format anonymous functions correctly #109

Closed Octogonapus closed 4 years ago

Octogonapus commented 4 years ago

This PR adds a check for the anonymous function case so that spaces are placed around the -> operator.

Closes #108.

davidanthoff commented 4 years ago

What is the status of this? If someone approves, I'll merge.

Octogonapus commented 4 years ago

What is the status of this? If someone approves, I'll merge.

This is fully implemented as far as I can tell.

davidanthoff commented 4 years ago

@ZacLN can you approve?