Skip to content

Commit 997e829

Browse files
committed
Update Emacs dir locals for indentation with spaces
1 parent 25d5b66 commit 997e829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dir-locals.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
((c-mode . ((indent-tabs-mode . t)
1+
((c-mode . ((indent-tabs-mode . nil)
22
(tab-width . 4)
33
(c-basic-offset . 4)
44
(c-file-offsets . ((block-open . 0)
55
(statement-block-intro . +)
66
(substatement-open . 0)
77
))))
88

9-
(c++-mode . ((indent-tabs-mode . t)
9+
(c++-mode . ((indent-tabs-mode . nil)
1010
(tab-width . 4)
1111
(c-basic-offset . 4)
1212
(c-file-offsets . ((block-open . 0)

0 commit comments

Comments
 (0)