atom-language-rust
atom-language-rust copied to clipboard
Disable autoclosing for single quotes
Single quotes are often used alone in Rust (to identify lifetimes).
However, Atom automatically insert a "closing" single-quote whenever I type a single-quote, and I need to delete that "closing" quote manually. This is quite annoying.
Would it be possible to disable this behaviour for files managed by language-rust?