0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-26 18:00:53 +00:00

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

4
.dir-settings.el Normal file
View file

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