X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.dir-locals.el;h=21392ecf2842a9e0836e7c763c56cb6a4e0e6199;hb=ca2c70bde099e9e9e40d5151388d1e9ba849df0d;hp=fc70462d40d2b9ff13b163a6a2c23e864b0f13f5;hpb=841dcb24d76217a192a1566230100c26af9674d0;p=mirror_frr.git diff --git a/.dir-locals.el b/.dir-locals.el index fc70462d4..21392ecf2 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,8 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") ;;; Match project coding conventions + ((c-mode (indent-tabs-mode . t) + (show-trailing-whitespace . t) (c-basic-offset . 8))) -