[nvim] Set shiftwidth and softtabstop to 2 spaces for HTML files

Never thought I'd be *that* person, but here we are.
This commit is contained in:
Eryn Wells 2025-01-31 13:33:03 -08:00
parent 728cf81a7b
commit be6b93cdde

View file

@ -0,0 +1,4 @@
-- Eryn Wells <eryn@erynwells.me>
vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2