Set indent-tabs-mode to t in this directory.
authorChris Hanson <org/chris-hanson/cph>
Sat, 15 Dec 2018 21:48:47 +0000 (13:48 -0800)
committerChris 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

index c432ef64c5b661f7958c61b04a9781df8600aa15..1334eb609f43880d26f53761516aecac830eea07 100644 (file)
@@ -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)