]> code.delx.au - gnu-emacs-elpa/commitdiff
enforce use of spaces for indentation
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 7 Sep 2014 12:08:30 +0000 (14:08 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Sun, 7 Sep 2014 12:20:07 +0000 (14:20 +0200)
doc/yas-doc-helper.el
yasnippet-debug.el
yasnippet-tests.el
yasnippet.el

index 36cd5109648e1654052709e6493fff35a6e37fd3..d27f777799dbf6eb3434060ce6bea7d4dac45c59 100755 (executable)
 
 (provide 'yas-doc-helper)
 ;; Local Variables:
+;; indent-tabs-mode: nil
 ;; coding: utf-8
 ;; End:
 ;;; yas-doc-helper.el ends here
index f18793c0ebf0245e178945d73c2ebd29958873a7..fe8816c082e7c7cb05d8e749ff79ed131304b19a 100644 (file)
 
 (provide 'yasnippet-debug)
 ;; Local Variables:
+;; indent-tabs-mode: nil
 ;; byte-compile-warnings: (not cl-functions)
 ;; End:
 ;;; yasnippet-debug.el ends here
index ac95258bc61604deb30ec8ab86167e564f0bf0f2..74996403bc098bd9ba052f4345efa2a800d12614 100644 (file)
@@ -822,6 +822,7 @@ add the snippets associated with the given mode."
 
 (provide 'yasnippet-tests)
 ;; Local Variables:
+;; indent-tabs-mode: nil
 ;; lexical-binding: t
 ;; byte-compile-warnings: (not cl-functions)
 ;; End:
index 06ad7510926c1ee3cd78b1e964c8f73dfce5c5a0..63669facba50f6208db2427a7d1607625d4f29bc 100644 (file)
@@ -4595,6 +4595,7 @@ can more or less safely rely upon them.")
 (provide 'yasnippet)
 ;; Local Variables:
 ;; coding: utf-8
+;; indent-tabs-mode: nil
 ;; byte-compile-warnings: (not cl-functions)
 ;; End:
 ;;; yasnippet.el ends here