add json and c# indentation rules

This commit is contained in:
2025-11-26 07:53:58 +01:00
parent caa148b6b0
commit ca49391504
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
vim.opt_local.expandtab = true
vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 4