]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add .dir-locals.el to force space indentation.
authorDaiki Ueno <ueno@gnu.org>
Thu, 8 Aug 2013 09:05:15 +0000 (11:05 +0200)
committerDaiki Ueno <ueno@gnu.org>
Thu, 8 Aug 2013 09:05:15 +0000 (11:05 +0200)
.dir-locals.el [new file with mode: 0644]
ChangeLog

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..98957f0
--- /dev/null
@@ -0,0 +1,2 @@
+((c-mode . ((indent-tabs-mode . nil)))
+ (sh-mode . ((indent-tabs-mode . nil) (sh-basic-offset . 2))))
index 73859d49847cf30a67904c8d12e1f6dbd132b28c..0d5ca451b885573bee05e862164eeb58de5d6d24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-08  Daiki Ueno  <ueno@gnu.org>
+
+       * .dir-locals.el: New file to force spaces instead of tabs in C
+       and shell-script files.
+
 2013-08-07  Daiki Ueno  <ueno@gnu.org>
 
        * NEWS: Add entry for 0.18.4.  Mention GSettings schema file support.