From ff605eb44af3198c60d51dc64caea149b0249122 Mon Sep 17 00:00:00 2001 From: Etenil Date: Wed, 19 Jan 2011 12:02:33 +0000 Subject: [PATCH] Corrected emacs indent settings to make sure it only uses spaces. --- .dir-locals.el | 2 +- lib/widgets/.dir-locals.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index fea565013..b6f02a60e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ -((nil . ((indent-tabs-mode . t) +((nil . ((indent-tabs-mode . nil) (tab-width . 4) (fill-column . 80))) (c-mode . ((c-file-style . "stroustrup")))) diff --git a/lib/widgets/.dir-locals.el b/lib/widgets/.dir-locals.el index fea565013..b6f02a60e 100644 --- a/lib/widgets/.dir-locals.el +++ b/lib/widgets/.dir-locals.el @@ -1,4 +1,4 @@ -((nil . ((indent-tabs-mode . t) +((nil . ((indent-tabs-mode . nil) (tab-width . 4) (fill-column . 80))) (c-mode . ((c-file-style . "stroustrup"))))