diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-11-23 12:48:16 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-11-23 12:48:16 +0100 |
commit | 19ac79cd865a59df8c4803e511be68872e940fd0 (patch) | |
tree | ce71322cea7daab490159393be433e379ba49041 /.vim/ftplugin | |
parent | 1f2a698c1ad1b4313c4a6d0ba3a2ec9d1f58ee63 (diff) |
Add matlab ftplugin
Diffstat (limited to '.vim/ftplugin')
-rw-r--r-- | .vim/ftplugin/matlab.vim | 7 |
1 files changed, 7 insertions, 0 deletions
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 |