X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.dir-locals.el;h=21392ecf2842a9e0836e7c763c56cb6a4e0e6199;hb=c2519893e0240d06c90bc7efa825875d69bdf148;hp=fc70462d40d2b9ff13b163a6a2c23e864b0f13f5;hpb=fc4ecb5a5e0acee20d7a8fa5a0e9c4403ae51f6e;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))) -