projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ea8ee
)
Set indent-tabs-mode to t in this directory.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 15 Dec 2018 21:48:47 +0000
(13:48 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 15 Dec 2018 21:48:47 +0000
(13:48 -0800)
This has been true historically. I'd like to eventually eliminate the use of
tabs in our code base.
src/.dir-locals.el
patch
|
blob
|
history
diff --git
a/src/.dir-locals.el
b/src/.dir-locals.el
index c432ef64c5b661f7958c61b04a9781df8600aa15..1334eb609f43880d26f53761516aecac830eea07 100644
(file)
--- a/
src/.dir-locals.el
+++ b/
src/.dir-locals.el
@@
-1,4
+1,5
@@
-((scheme-mode (cph-page-minimum . 50)
+((nil (indent-tabs-mode . t))
+ (scheme-mode (cph-page-minimum . 50)
(cph-page-maximum . 80)
(cph-line-length . 80)
(whitespace-line-column . 80)