Use tab width of 2 in yaml files

This commit is contained in:
Kenneth Benzie 2021-02-23 13:09:27 +00:00
parent befdb5c172
commit 2f8c1816a5

3
after/syntax/yaml.vim Normal file
View File

@ -0,0 +1,3 @@
setlocal tabstop=2
setlocal shiftwidth=2
setlocal softtabstop=2