summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-11-23 12:48:16 +0100
committerTobias Klauser <tklauser@distanz.ch>2012-11-23 12:48:16 +0100
commit19ac79cd865a59df8c4803e511be68872e940fd0 (patch)
treece71322cea7daab490159393be433e379ba49041
parent1f2a698c1ad1b4313c4a6d0ba3a2ec9d1f58ee63 (diff)
Add matlab ftplugin
-rw-r--r--.vim/ftplugin/matlab.vim7
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