Two Space Indents in CSS

This commit is contained in:
Eryn Wells 2023-09-30 11:05:57 -07:00
parent 3a1597acec
commit fe176e4dfd

View file

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