aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/wast.vim
diff options
context:
space:
mode:
authorCamil Staps2019-04-01 09:04:16 +0200
committerCamil Staps2019-04-01 09:04:16 +0200
commitd458355db1d27f2751d4864b161aa2e532fd630e (patch)
treea15233bebea66b9bd29f86d651f91df7f2892366 /vim/.vim/after/ftplugin/wast.vim
parentAdd scripts for display port dual monitor (diff)
Minor updates to vimrc
Diffstat (limited to 'vim/.vim/after/ftplugin/wast.vim')
-rw-r--r--vim/.vim/after/ftplugin/wast.vim4
1 files changed, 4 insertions, 0 deletions
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