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

Add per-directory local Emacs variables.

The idea is to enforce the coding style for Emacs users.
parent afe286eb
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)))
(makefile-mode . ((indent-tabs-mode . t)))
(matlab-mode . ((matlab-indent-level . 4)
(matlab-indent-function-body . nil))))
...@@ -30,7 +30,8 @@ EXTRA_DIST = \ ...@@ -30,7 +30,8 @@ EXTRA_DIST = \
windows/README.txt \ windows/README.txt \
osx \ osx \
examples \ examples \
scripts scripts \
.dir-locals.el
dist-hook: dist-hook:
rm -rf `find $(distdir)/matlab $(distdir)/examples -name *~` rm -rf `find $(distdir)/matlab $(distdir)/examples -name *~`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment