We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b82ad commit 836a8a9Copy full SHA for 836a8a9
rust-mode-tests.el
@@ -6,6 +6,7 @@
6
(require 'imenu)
7
8
(setq rust-test-fill-column 32)
9
+(setq-default indent-tabs-mode nil)
10
11
(defun rust-compare-code-after-manip (original point-pos manip-func expected got)
12
(equal expected got))
rust-mode.el
@@ -1583,7 +1583,6 @@ Return the created process."
1583
;; Misc
1584
(setq-local comment-start "// ")
1585
(setq-local comment-end "")
1586
- (setq-local indent-tabs-mode nil)
1587
(setq-local open-paren-in-column-0-is-defun-start nil)
1588
1589
;; Auto indent on }
0 commit comments