guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 07/58: No tabs in C code.


From: Andy Wingo
Subject: [Guile-commits] 07/58: No tabs in C code.
Date: Tue, 7 Aug 2018 06:58:29 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit de7943a42b3a4e4e1b57126200b78c580cf5e198
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 11 15:25:17 2018 +0100

    No tabs in C code.
    
    * .dir-locals.el (c-mode): Set 'indent-tabs-mode' to nil in C.
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index c588b95..d76101e 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,7 +2,8 @@
 
 ((nil             . ((fill-column . 72)
                      (tab-width   .  8)))
- (c-mode          . ((c-file-style . "gnu")))
+ (c-mode          . ((c-file-style . "gnu")
+                     (indent-tabs-mode . nil)))
  (scheme-mode
   . ((indent-tabs-mode . nil)
      (eval . (put 'pass-if             'scheme-indent-function 1))



reply via email to

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