Skip to content
Snippets Groups Projects
Verified Commit 0f08486a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Update emacs directory-local variables

- fix C mode
- add C++ mode
- add Octave mode
parent 9f4986e9
No related branches found
No related tags found
No related merge requests found
((nil .
((c-file-style . "gnu")
(indent-tabs-mode . nil)
(fill-column . 79)))
(c-mode . (c-basic-offset 2))
(makefile-mode . ((indent-tabs-mode . t))))
((nil . ((indent-tabs-mode . nil)
(fill-column . 79)))
(c-mode . ((c-file-style . "gnu")))
(c++-mode . ((c-file-style . "gnu")))
(makefile-mode . ((indent-tabs-mode . t)))
(octave-mode . ((octave-block-offset . 4))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment