From: Daiki Ueno Date: Thu, 8 Aug 2013 09:05:15 +0000 (+0200) Subject: Add .dir-locals.el to force space indentation. X-Git-Tag: v0.19~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf41ef6076e900664ef7e560ce4b3b026657252;p=thirdparty%2Fgettext.git Add .dir-locals.el to force space indentation. --- diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 000000000..98957f056 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((c-mode . ((indent-tabs-mode . nil))) + (sh-mode . ((indent-tabs-mode . nil) (sh-basic-offset . 2)))) diff --git a/ChangeLog b/ChangeLog index 73859d498..0d5ca451b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-08 Daiki Ueno + + * .dir-locals.el: New file to force spaces instead of tabs in C + and shell-script files. + 2013-08-07 Daiki Ueno * NEWS: Add entry for 0.18.4. Mention GSettings schema file support.