coreboot-libre-fam15h-rdimm/util/nvidia/cbootimage/.dir-locals.el

11 lines
314 B
EmacsLisp
Raw Permalink Normal View History

2024-03-04 11:14:53 +01:00
;;; This file is used by Emacs to configure it's code editing modes to correctly
;;; indent cbootimage style source code.
((nil . ((indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 80)))
(c-mode . ((c-basic-offset . 8)))
(c++-mode . ((c-basic-offset . 8))))