Add dir locals

This commit is contained in:
Reid 'arrdem' McKenzie 2018-01-16 11:10:24 -08:00
parent 4982d43f88
commit b776cb30ef

3
.dir-locals.el Normal file
View file

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