From d458355db1d27f2751d4864b161aa2e532fd630e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Apr 2019 09:04:16 +0200 Subject: Minor updates to vimrc --- vim/.vim/after/ftplugin/wast.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/.vim/after/ftplugin/wast.vim (limited to 'vim/.vim/after/ftplugin/wast.vim') diff --git a/vim/.vim/after/ftplugin/wast.vim b/vim/.vim/after/ftplugin/wast.vim new file mode 100644 index 0000000..2afa8e4 --- /dev/null +++ b/vim/.vim/after/ftplugin/wast.vim @@ -0,0 +1,4 @@ +setlocal tabstop=2 +setlocal shiftwidth=2 +setlocal indentexpr=autoindent +setlocal autoindent -- cgit v1.2.3