Files
opm-common/.dir-locals.el
Andreas Lauser 8c83f0d8c1 remove the emacs and vim modelines
as it was decided that having editor-specific stuff in files is not
wanted in OPM. for emacs, a .dir-locals.el file is added to the
module's root directory which should have the same effect.
2014-01-15 12:52:12 +01:00

5 lines
188 B
EmacsLisp

;; <http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html>
((c-mode . ((c-basic-offset . 4)
(tab-width . 8)
(indent-tabs-mode . nil))))