From: Lou Berger Date: Thu, 10 Aug 2017 18:07:28 +0000 (-0400) Subject: Initial take on project emacs variables file and settings. Sets tabs for c-mode. X-Git-Tag: frr-4.0-dev~427^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=86036536ef2720ab5722b6e498f64ab67fe9d14c;p=matthieu%2Ffrr.git Initial take on project emacs variables file and settings. Sets tabs for c-mode. --- diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..fc70462d40 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,7 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") +;;; Match project coding conventions +((c-mode + (indent-tabs-mode . t) + (c-basic-offset . 8))) +