Merge pull request #5275 from opensourcerouting/emacs-conf

tools: fix emacs configuration file
This commit is contained in:
Jafar Al-Gharaibeh 2019-11-04 11:01:25 -06:00 committed by GitHub
commit ba3afa4c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
;;; For more information see (info "(emacs) Directory Variables")
;;; Match project coding conventions
((c-mode
(indent-tabs-mode . t)
((c-mode . ((indent-tabs-mode . t)
(show-trailing-whitespace . t)
(c-basic-offset . 8)))
(c-basic-offset . 8)
)))