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

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

[elpa] externals/url-scgi cef4617f2e 36/48: Add .dir-locals.el


From: ELPA Syncer
Subject: [elpa] externals/url-scgi cef4617f2e 36/48: Add .dir-locals.el
Date: Fri, 28 Oct 2022 22:58:31 -0400 (EDT)

branch: externals/url-scgi
commit cef4617f2ea7e02c2cad029dc32aa895fb677c5d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add .dir-locals.el
---
 .dir-locals.el         | 6 ++++++
 test/url-scgi-tests.el | 3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..253405bad4
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,6 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil . ((sentence-end-double-space . t)))
+ (emacs-lisp-mode . ((indent-tabs-mode . nil)))
+ (lisp-data-mode . ((indent-tabs-mode . nil))))
diff --git a/test/url-scgi-tests.el b/test/url-scgi-tests.el
index eafb1a6ed8..05dca48e5b 100644
--- a/test/url-scgi-tests.el
+++ b/test/url-scgi-tests.el
@@ -47,7 +47,4 @@
                  (expand-file-name "~/foo")))
   (should (equal (url-scgi-handle-home-dir "/foo") "/foo")))
 
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
 ;;; url-scgi-tests.el ends here



reply via email to

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