Przeglądaj źródła

Enforce use of spaces for indentation

Jonas Bernoulli 10 lat temu
rodzic
commit
6e594f22c1
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      ido-ubiquitous.el

+ 3 - 1
ido-ubiquitous.el

@@ -918,5 +918,7 @@ This only needs to be called once when the file is first loaded."
 (ido-ubiquitous-initialize)
 
 (provide 'ido-ubiquitous)
-
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End:
 ;;; ido-ubiquitous.el ends here