diff options
author | Camil Staps | 2021-06-07 22:08:38 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-07 22:08:38 +0200 |
commit | f86d7d9af6d690e04ce7cfb213be21502f8d675f (patch) | |
tree | f9edfa8ffd1f465307ad5f5c8c9a7ca28227a81b /vim/.vim/after | |
parent | Add .latexmkrc to set up synctex with vim (diff) |
Add tablevel=2 and shiftwidth=2 for yaml files
Diffstat (limited to 'vim/.vim/after')
-rw-r--r-- | vim/.vim/after/ftplugin/yaml.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/yaml.vim b/vim/.vim/after/ftplugin/yaml.vim new file mode 100644 index 0000000..1b4c30f --- /dev/null +++ b/vim/.vim/after/ftplugin/yaml.vim @@ -0,0 +1 @@ +setlocal tabstop=2 shiftwidth=2 |