Skip to content

Commit 836a8a9

Browse files
authored
Don't set indent-tabs-mode. (#324)
1 parent 86b82ad commit 836a8a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rust-mode-tests.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(require 'imenu)
77

88
(setq rust-test-fill-column 32)
9+
(setq-default indent-tabs-mode nil)
910

1011
(defun rust-compare-code-after-manip (original point-pos manip-func expected got)
1112
(equal expected got))

rust-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,6 @@ Return the created process."
15831583
;; Misc
15841584
(setq-local comment-start "// ")
15851585
(setq-local comment-end "")
1586-
(setq-local indent-tabs-mode nil)
15871586
(setq-local open-paren-in-column-0-is-defun-start nil)
15881587

15891588
;; Auto indent on }

0 commit comments

Comments
 (0)