enforce use of spaces for indentation

This commit is contained in:
Jonas Bernoulli 2014-09-07 14:08:30 +02:00
parent 37df653a67
commit 70de82164c
4 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,7 @@
(provide 'yas-doc-helper)
;; Local Variables:
;; indent-tabs-mode: nil
;; coding: utf-8
;; End:
;;; yas-doc-helper.el ends here

View File

@ -125,6 +125,7 @@
(provide 'yasnippet-debug)
;; Local Variables:
;; indent-tabs-mode: nil
;; byte-compile-warnings: (not cl-functions)
;; End:
;;; yasnippet-debug.el ends here

View 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:

View 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