feat: add csharp formatting
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
vim.opt_local.expandtab = true
|
||||
vim.opt_local.shiftwidth = 4
|
||||
vim.opt_local.tabstop = 4
|
||||
|
||||
vim.keymap.set("n", "<leader>f", function()
|
||||
require("conform").format({ async = true })
|
||||
end, { buffer = true })
|
||||
|
||||
Reference in New Issue
Block a user