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

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

[nongnu] elpa/swift-mode cfb3a6f 045/496: Setup some basic code style co


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode cfb3a6f 045/496: Setup some basic code style conventions
Date: Sun, 29 Aug 2021 11:33:05 -0400 (EDT)

branch: elpa/swift-mode
commit cfb3a6f8e25769d75bd4e81101964a4561fba181
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Setup some basic code style conventions
---
 .dir-locals.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 4fb058a..40e0a39 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,8 @@
 ((emacs-lisp-mode
   (eval . (flycheck-mode))
   (eval . (flycheck-cask-setup))
-  (eval . (checkdoc-minor-mode))))
+  (eval . (checkdoc-minor-mode))
+  (indent-tabs-mode . nil)
+  (fill-column . 80)
+  (sentence-end-double-space . t)
+  (emacs-lisp-docstring-fill-column . 75)))



reply via email to

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