Set indent to 2 in html files

This commit is contained in:
Andy Teijelo 2023-06-18 12:59:59 -04:00
parent 42a076b8a8
commit 49d6cd7aa2

2
after/ftplugin/html.lua Normal file
View file

@ -0,0 +1,2 @@
vim.opt.sw=2
vim.opt.ts=2