jos/.dir-locals.el
Anish Athalye 1a83673424 Lab 1
2018-08-30 15:17:20 -04:00

13 lines
214 B
EmacsLisp

((nil
(indent-tabs-mode . t)
(tab-width . 8))
(c-mode
(c-file-style . "bsd")
(c-basic-offset . 8))
(shell-mode
(sh-basic-offset . 8)
(sh-indentation . 8))
(python-mode
(indent-tabs-mode . nil))
)