Skip to content

Releases: jscheid/dtrt-indent

1.0: add support for D

06 Mar 10:55
Compare
Choose a tag to compare

Also note that 0.9 added support for Crystal, Rust and Scala

Bug fixes

28 Jan 21:13
Compare
Choose a tag to compare

A new release containing various bug-fixed added since the last release.

Split into global and local modes

25 Feb 22:44
Compare
Choose a tag to compare

This release separates dtrt-indent into two minor modes, a buffer-local mode (dtrt-indent-mode) and a global mode (dtrt-indent-global-mode). If you are currently using (dtrt-indent-mode 1) in your emacs configuration, replace it with (dtrt-indent-global-mode 1) to maintain the current behavior of activating dtrt-indent-mode in all buffers. Alternatively, dtrt-indent-mode can be activated with a hook, eg (add-hook 'find-file-hook 'dtrt-indent-mode), for more granular control over which buffers will be affected.