Explorar el Código

Enforce use of spaces for indentation

Jonas Bernoulli hace 10 años
padre
commit
6e594f22c1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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