Vim: Difference between revisions

From wiki.vacula.xyz
(Created page with "Useful bits:")
 
No edit summary
 
(2 intermediate revisions 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 yml 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