diff options
| author | Nathan Moreau <nathan.moreau@m4x.org> | 2019-09-28 01:29:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-28 01:29:16 +0200 |
| commit | 836a8a978e13547153ac18cfdc45b503de41030d (patch) | |
| tree | 46794086affa3b8c6435ed6ed34c8413fba545fe /rust-mode-tests.el | |
| parent | 86b82ad377c3f51f4d96f67073ecdec6dffdcbee (diff) | |
| download | rust-mode-836a8a978e13547153ac18cfdc45b503de41030d.tar.gz | |
Don't set indent-tabs-mode. (#324)
Diffstat (limited to 'rust-mode-tests.el')
| -rw-r--r-- | rust-mode-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el index b21202a..b13c1ba 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -6,6 +6,7 @@ (require 'imenu) (setq rust-test-fill-column 32) +(setq-default indent-tabs-mode nil) (defun rust-compare-code-after-manip (original point-pos manip-func expected got) (equal expected got)) |
