Skip to content

Commit

Permalink
Add a .dir-locals.el file to configure emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
donporter committed Mar 4, 2019
1 parent 5d799d2 commit 1e94bb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 100)))
(c-mode . ((c-file-style . "k&r")
(c-basic-offset . 4)))
((nil . ((truncate-lines . t)))
(text-mode . ((eval . ((turn-on-auto-fill)))))))

0 comments on commit 1e94bb9

Please sign in to comment.