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

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

[nongnu] elpa/buttercup 47dd72c 156/340: Set file local variables for co


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 47dd72c 156/340: Set file local variables for consistent code style
Date: Thu, 16 Dec 2021 14:59:24 -0500 (EST)

branch: elpa/buttercup
commit 47dd72c91e402a6dad264b279bbc0f93bae82af6
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Jorgen Schäfer <Jorgen.Schaefer@gmail.com>

    Set file local variables for consistent code style
    
    Set indent-tabs-mode and sentence-end-double-space to nil.
---
 buttercup.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buttercup.el b/buttercup.el
index b5705d0..f555567 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -1780,5 +1780,9 @@ With buttercup minor mode active the following is 
activated:
       (cl-dolist (form imenu-forms)
         (setq imenu-generic-expression (delete form 
imenu-generic-expression))))))
 
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; sentence-end-double-space: nil
+;; End:
 (provide 'buttercup)
 ;;; buttercup.el ends here



reply via email to

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