Vim: Difference between revisions

From wiki.vacula.xyz
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Useful bits:
Useful bits:
  autocmd FileType yaml setlocal ai ts=2 sw=2 et
  autocmd FileType yaml setlocal ai ts=2 sw=2 et
 
  autocmd FileType yml setlocal ai ts=2 sw=2 et
  autocmd FileType yaml setlocal ai ts=2 sw=2 et

Latest revision as of 18:11, 10 March 2026

Useful bits:

autocmd FileType yaml setlocal ai ts=2 sw=2 et
autocmd FileType yml setlocal ai ts=2 sw=2 et