diff options
author | Camil Staps | 2021-06-17 08:44:04 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-17 08:44:04 +0200 |
commit | 60680cd5a92db0f1f08babde592137ebb83f8151 (patch) | |
tree | aedb8a00da87eab9cddf9c4cf6c064fc1b1c570c | |
parent | Fix colors of signs in the git gutter (diff) |
Add haskell indentation settings for vim
-rw-r--r-- | vim/.vim/after/ftplugin/haskell.vim | 3 |
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 |