You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
I have a large constant in one of my files (constants.rs, funnily enough). If I use rustfmt directly on the file from the CLI, the constant is wrapped quite nicely. If I use editor.formatOnSave with the rls-vscode plugin, it is... not:
I have a large constant in one of my files (
constants.rs
, funnily enough). If I userustfmt
directly on the file from the CLI, the constant is wrapped quite nicely. If I useeditor.formatOnSave
with therls-vscode
plugin, it is... not:The text was updated successfully, but these errors were encountered: