diff options
author | Camil Staps | 2019-04-01 09:04:16 +0200 |
---|---|---|
committer | Camil Staps | 2019-04-01 09:04:16 +0200 |
commit | d458355db1d27f2751d4864b161aa2e532fd630e (patch) | |
tree | a15233bebea66b9bd29f86d651f91df7f2892366 /vim/.vim/after/ftplugin/wast.vim | |
parent | Add 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.vim | 4 |
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 |