From: Jonas Bernoulli Date: Sun, 7 Sep 2014 12:08:30 +0000 (+0200) Subject: enforce use of spaces for indentation X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/70de82164c094bed2204d23421dbe391a086a50f enforce use of spaces for indentation --- diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el index 36cd51096..d27f77779 100755 --- a/doc/yas-doc-helper.el +++ b/doc/yas-doc-helper.el @@ -162,6 +162,7 @@ (provide 'yas-doc-helper) ;; Local Variables: +;; indent-tabs-mode: nil ;; coding: utf-8 ;; End: ;;; yas-doc-helper.el ends here diff --git a/yasnippet-debug.el b/yasnippet-debug.el index f18793c0e..fe8816c08 100644 --- a/yasnippet-debug.el +++ b/yasnippet-debug.el @@ -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 diff --git a/yasnippet-tests.el b/yasnippet-tests.el index ac95258bc..74996403b 100644 --- a/yasnippet-tests.el +++ b/yasnippet-tests.el @@ -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: diff --git a/yasnippet.el b/yasnippet.el index 06ad75109..63669facb 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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