branch: elpa/rust-mode
commit e006788afb581b34288406002c0bc28404b5d9f9
Author: Jonas Bernoulli <[email protected]>
Commit: brotzeit <[email protected]>

    Add .dir-locals.el
---
 .dir-locals.el | 2 ++
 rust-mode.el   | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..3a491ef
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((emacs-lisp-mode
+  (indent-tabs-mode . nil)))
diff --git a/rust-mode.el b/rust-mode.el
index 9be46d2..d77ba67 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -2174,7 +2174,4 @@ visit the new file."
   (rust-mode))
 
 (provide 'rust-mode)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
 ;;; rust-mode.el ends here

Reply via email to