We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da2e7f + abfb319 commit 41a543bCopy full SHA for 41a543b
README.md
@@ -118,6 +118,12 @@ which forces indentation to always use spaces.
118
(lambda () (setq indent-tabs-mode nil)))
119
```
120
121
+Since Emacs ≥ 24.4, [`electric-indent-mode`][] is turned on by
122
+default. If you do not like it, call `(electric-indent-mode 0)` in
123
+`rust-mode-hook`.
124
+
125
+[`electric-indent-mode`]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Indent-Convenience.html
126
127
### Code formatting
128
129
The `rust-format-buffer` function will format your code with
0 commit comments