Add emacs directory settings.

This sets the default indentation to 4 spaces, and disables tabs.

git-svn-id: https://modmellon.googlecode.com/svn/trunk@193 a716ebb1-153a-0410-b759-cfb97c6a1b53
This commit is contained in:
olavmrk 2013-03-15 08:20:13 +00:00
parent 380377d5d3
commit ef8bfd5896
1 changed files with 2 additions and 0 deletions

2
.dir-locals.el Normal file
View File

@ -0,0 +1,2 @@
( (nil . ((indent-tabs-mode . nil)))
(c-mode . ((c-basic-offset . 4))) )