aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin/haskell.vim')
-rw-r--r--vim/.vim/after/ftplugin/haskell.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/haskell.vim b/vim/.vim/after/ftplugin/haskell.vim
new file mode 100644
index 0000000..4add42e
--- /dev/null
+++ b/vim/.vim/after/ftplugin/haskell.vim
@@ -0,0 +1,3 @@
+set expandtab
+set shiftwidth=2
+set tabstop=2