document indentation conventions for emacs users

This commit is contained in:
Daniel Kahn Gillmor 2014-03-21 14:39:17 -04:00
parent 2d99b964ff
commit 4e674ccbae
1 changed files with 9 additions and 0 deletions

9
.dir-locals.el Normal file
View File

@ -0,0 +1,9 @@
;; emacs local configuration settings for libpsl source
;; surmised by dkg on 2014-03-21 14:35:49-0400
((c-mode
(indent-tabs-mode . t)
(tab-width . 4)
(c-basic-offset . 4)
(c-file-style . "linux"))
)