From f0e16e86e9773245b1d57ba7bd51862ab75a865b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 20 Nov 2008 15:45:22 +0100 Subject: [PATCH] Add .dir-settings.el file to unify coding styles. --- .dir-settings.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-settings.el diff --git a/.dir-settings.el b/.dir-settings.el new file mode 100644 index 000000000..7094cb9cf --- /dev/null +++ b/.dir-settings.el @@ -0,0 +1,4 @@ +((nil . ((indent-tabs-mode . t) + (tab-width . 8) + (fill-column . 70)))) +