added rules for html

This commit is contained in:
2025-05-07 14:38:01 +02:00
parent 764f2500f7
commit ed22584915
+3
View File
@@ -0,0 +1,3 @@
vim.opt_local.expandtab = true
vim.opt_local.shiftwidth = 2
vim.opt_local.tabstop = 2