From 19ac79cd865a59df8c4803e511be68872e940fd0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 23 Nov 2012 12:48:16 +0100 Subject: Add matlab ftplugin --- .vim/ftplugin/matlab.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vim/ftplugin/matlab.vim diff --git a/.vim/ftplugin/matlab.vim b/.vim/ftplugin/matlab.vim new file mode 100644 index 0000000..ceb06d8 --- /dev/null +++ b/.vim/ftplugin/matlab.vim @@ -0,0 +1,7 @@ +setlocal textwidth=0 +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal smarttab +setlocal expandtab +setlocal smartindent -- cgit v1.2.3-54-g00ecf y>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines