verus-lang / verus-mode.el

Support for Verus programming in Emacs
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Improve indentation behavior #8

Open jaybosamiya opened 1 year ago

jaybosamiya commented 1 year ago

Currently we simply directly use the Rust indenter; might be good to have something specific for Verus, so that <tab> works better

jaybosamiya commented 1 year ago

Potential temporary fallback: explicitly disable electric-indent-mode, since we don't yet have a full Verus indenter; at least should prevent the annoyances that arise when hitting return