1
0
Fork 0
frr/tools/emacs.dir-locals.el

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
285 B
EmacsLisp
Raw Normal View History

;;; 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)))
(json-mode . ((js-indent-level 4))))