aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim')
-rw-r--r--vim/.vim/after/ftplugin/cabal.vim2
-rw-r--r--vim/.vim/after/ftplugin/gas.vim1
2 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/cabal.vim b/vim/.vim/after/ftplugin/cabal.vim
new file mode 100644
index 0000000..d0972c7
--- /dev/null
+++ b/vim/.vim/after/ftplugin/cabal.vim
@@ -0,0 +1,2 @@
+setl expandtab
+setl shiftwidth=2 tabstop=2
diff --git a/vim/.vim/after/ftplugin/gas.vim b/vim/.vim/after/ftplugin/gas.vim
new file mode 100644
index 0000000..4bdea01
--- /dev/null
+++ b/vim/.vim/after/ftplugin/gas.vim
@@ -0,0 +1 @@
+setl tabstop=8 shiftwidth=8 noexpandtab