emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup 3d3aff9 178/340: Set file local code-style varia


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 3d3aff9 178/340: Set file local code-style variables in test-buttercup.el
Date: Thu, 16 Dec 2021 14:59:29 -0500 (EST)

branch: elpa/buttercup
commit 3d3aff905ead731c7c89833d859a3c4ef8ae60a9
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Set file local code-style variables in test-buttercup.el
    
    Set indent-tabs-mode and sentence-end-double-space to nil.
---
 tests/test-buttercup.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el
index 54df118..81b72e1 100644
--- a/tests/test-buttercup.el
+++ b/tests/test-buttercup.el
@@ -960,6 +960,9 @@
         (expect (length (cdr specs)) :to-equal 1)
         (expect (cl-caadr specs) :to-equal "should fontify special 
keywords")))))
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; sentence-end-double-space: nil
+;; End:
 (provide 'test-buttercup)
-
 ;;; test-buttercup.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]