~ chicken-core (chicken-5) d11d03f01217857d49c01dd40ad658bbfd5bf407


commit d11d03f01217857d49c01dd40ad658bbfd5bf407
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Jan 5 12:21:54 2024 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jan 5 12:21:54 2024 +0100

    switch .dir-locals.el to not use tabs for indentation

diff --git a/.dir-locals.el b/.dir-locals.el
index 6aeaa7bc..82cfb6d7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,5 @@
 ((nil . ((tab-width . 8)))
- (scheme-mode . ((indent-tabs-mode . t)))
- (lisp-mode . ((indent-tabs-mode . t)))
+ (scheme-mode . ((indent-tabs-mode . nil)))
+ (lisp-mode . ((indent-tabs-mode . nil)))
  (c-mode . ((indent-tabs-mode . nil)
 	    (c-basic-offset . 2))))
Trap