We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With (setq rust-format-on-save t), the following code:
(setq rust-format-on-save t)
let номер = 42;
becomes:
let = 42;
After saving the file.