1
0
Fork 0

Set YAML indent to 2

This commit is contained in:
Jeremy Kaplan 2019-08-12 17:58:03 -07:00 committed by Jeremy Kaplan
commit 7eac3339c4

View file

@ -321,3 +321,5 @@ command Crosshair :set virtualedit=all cursorcolumn
command NoCrosshair :set virtualedit= nocursorcolumn
let g:AutoPairsShortcutToggle = ''
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab