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

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

[nongnu] elpa/eat 9eadacb243 10/12: ; * .dir-locals.el: No tabs and 70 c


From: ELPA Syncer
Subject: [nongnu] elpa/eat 9eadacb243 10/12: ; * .dir-locals.el: No tabs and 70 column limit
Date: Sun, 27 Nov 2022 15:59:30 -0500 (EST)

branch: elpa/eat
commit 9eadacb243f1deaafe71fdaa8c5b95374f1749f1
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    ; * .dir-locals.el: No tabs and 70 column limit
---
 .dir-locals.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 433dfac2d0..dd01ae6d24 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,6 @@
 ;;; Directory Local Variables            -*- no-byte-compile: t -*-
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((sh-mode . ((sh-basic-offset . 2))))
+((nil . ((fill-column . 70)
+         (indent-tabs-mode . nil)))
+ (sh-mode . ((sh-basic-offset . 2))))



reply via email to

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