julia-vscode / DocumentFormat.jl

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

inner constructor #128

Closed pfitzseb closed 3 years ago

pfitzseb commented 3 years ago

The changed definition in https://github.com/julia-vscode/DocumentFormat.jl/pull/127 is exactly the same as the default (Julia-provided) constructor for FormatOptions, so this gets rid of the method overwritten warning (and a potential stack overflow).