[vim] Two space indents for CSS files

This commit is contained in:
Eryn Wells 2024-08-02 18:26:58 -07:00
parent 46249b979a
commit 5a4b05f72c

View file

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