avoid auto formatting

This commit is contained in:
Arjun Patel
2023-02-03 13:21:49 -06:00
parent 1782a42d81
commit 6b1d2e79dc
+1 -1
View File
@@ -144,7 +144,7 @@ local config = {
formatting = { formatting = {
-- control auto formatting on save -- control auto formatting on save
format_on_save = { format_on_save = {
enabled = true, -- enable or disable format on save globally enabled = false, -- enable or disable format on save globally
allow_filetypes = { -- enable format on save for specified filetypes only allow_filetypes = { -- enable format on save for specified filetypes only
-- "go", -- "go",
}, },