aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-10-24 22:39:17 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-10-24 22:39:17 +0200
commit326136564886614d72943b3a92ddac7821a6b16c (patch)
tree19c28ab35d09836e19f3f6c84b097120adc62870 /.vim
parent85401d4f65ab6b190d6a303b367ce3be6266a877 (diff)
downloaddotfiles-326136564886614d72943b3a92ddac7821a6b16c.tar.gz
fplugin haskell
Diffstat (limited to '.vim')
-rw-r--r--.vim/ftplugin/haskell.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/ftplugin/haskell.vim b/.vim/ftplugin/haskell.vim
new file mode 100644
index 0000000..676d2f6
--- /dev/null
+++ b/.vim/ftplugin/haskell.vim
@@ -0,0 +1,3 @@
+setlocal tabstop=4
+setlocal expandtab
+setlocal shiftwidth=4