branch: master commit 70de82164c094bed2204d23421dbe391a086a50f Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
enforce use of spaces for indentation --- doc/yas-doc-helper.el | 1 + yasnippet-debug.el | 1 + yasnippet-tests.el | 1 + yasnippet.el | 1 + 4 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el index 36cd510..d27f777 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 f18793c..fe8816c 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 ac95258..7499640 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 06ad751..63669fa 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