From 5dcecd06175929e0f3895c39bb22370f5b631131 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 28 Jun 2021 12:14:54 +0200 Subject: Add vim settings for gas and cabal --- vim/.vim/after/ftplugin/gas.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/.vim/after/ftplugin/gas.vim (limited to 'vim/.vim/after/ftplugin/gas.vim') 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 -- cgit v1.2.3