Skip to content

Releases: mitranim/sublime-rust-fmt

0.1.12

03 Jun 11:50
Compare
Choose a tag to compare
Update RustFmt.sublime-settings

0.1.11

09 Feb 06:30
Compare
Choose a tag to compare
opt into Python 3.8 where possible

0.1.10

17 Feb 07:10
Compare
Choose a tag to compare
use diffing to replace view content (revert 0.1.6)

0.1.9: improvements in flags, hotkeys, warnings

06 Jan 18:04
Compare
Choose a tag to compare
* no mandatory subprocess flags
* no mandatory hotkeys
* don't ignore rustfmt warnings

0.1.8

12 Nov 09:28
Compare
Choose a tag to compare
don't force spaces, show errors as popups

cwd detection

17 Oct 07:41
Compare
Choose a tag to compare

0.1.6: support newer rustfmt, simpler view updating

19 May 09:44
Compare
Choose a tag to compare
* use `--emit=stdout` instead of `--write-mode=display`
* instead of diffing/merging the view, replace the entire buffer and restore the scroll position

Config file support

02 Jan 12:17
Compare
Choose a tag to compare

Added support for rustfmt.toml and .rustfmt.toml files.

0.1.4

30 Dec 15:33
Compare
Choose a tag to compare
accept global and project-specific setting

0.1.3

30 Jun 12:18
Compare
Choose a tag to compare
executable setting accepts multiple args