Add .dir-settings.el file to unify coding styles.

This commit is contained in:
Carsten Dominik 2008-11-20 15:45:22 +01:00
parent 81e3b95843
commit f0e16e86e9
1 changed files with 4 additions and 0 deletions

4
.dir-settings.el Normal file
View File

@ -0,0 +1,4 @@
((nil . ((indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 70))))