Skip to content

Commit

Permalink
Add a .dir-locals.el file for Emacs.
Browse files Browse the repository at this point in the history
It specifies not to use TABs and to indent by 4 spaces.
  • Loading branch information
trittweiler committed Nov 14, 2018
1 parent 5c58a8d commit e2ea791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
((c-mode . ((indent-tabs-mode . nil)
(c-file-style . "gnu")
(c-basic-offset . 4))))

0 comments on commit e2ea791

Please sign in to comment.