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).
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).