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.
5 lines
188 B
EmacsLisp
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))))
|