Pārlūkot izejas kodu

Enforce use of spaces for indentation

Jonas Bernoulli 10 gadi atpakaļ
vecāks
revīzija
6e594f22c1
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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