From bc1243f5019a481d368f5335f5923e0e85cc1d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Karaba=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 13 Oct 2014 12:52:51 +0200 Subject: [PATCH] Removed config for matlab files in .dir-locals.el (for emacs users). --- .dir-locals.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index e17d9ed3b..397b9bd32 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,6 +2,4 @@ ((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)))) + (makefile-mode . ((indent-tabs-mode . t))) \ No newline at end of file -- GitLab