From: Bruno Haible Date: Sat, 24 Mar 2018 15:00:50 +0000 (+0100) Subject: Comment. X-Git-Tag: v0.20~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03731ba189abca0f382eb3cbb0aebfc43dfe1c93;p=thirdparty%2Fgettext.git Comment. * .dir-locals.el: Add comment. --- diff --git a/.dir-locals.el b/.dir-locals.el index 98957f056..6a6d36af4 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,7 @@ +;;; This file contains customizations for Emacs, that apply when editing +;;; files in this directory and its subdirectories. +;;; See https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html + +;; Force indentation without tabs. ((c-mode . ((indent-tabs-mode . nil))) (sh-mode . ((indent-tabs-mode . nil) (sh-basic-offset . 2))))