Replace file variables with .dir-locals.el

Signed-off-by: Tim Crawford <tcrawford@datto.com>
This commit is contained in:
Tim Crawford
2019-02-21 11:45:10 -05:00
parent 6da503eba5
commit 9347cfebf2
248 changed files with 3 additions and 247 deletions

3
.dir-locals.el Normal file
View File

@@ -0,0 +1,3 @@
((c-mode . ((tab-width . 8)
(c-basic-offset . 8)
(indent-tabs-mode . nil))))