mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
9 lines
226 B
EmacsLisp
9 lines
226 B
EmacsLisp
;;; 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)))
|