Compare commits

..

No commits in common. "5896233234a9e1ab73690dc2d2899167ba2e74bd" and "9cb49f5048d5029f87af457cf5da048ce57160d6" have entirely different histories.

View file

@ -51,7 +51,7 @@ return {
formatters_by_ft = {
lua = { "stylua" },
python = { "black" },
rust = { "rustfmt", lsp_format = "fallback" },
rust = { "rustfmt" },
javascript = { "prettierd", "prettier", stop_after_first = true },
typescript = { "prettierd", "prettier", stop_after_first = true },
typescriptreact = { "prettierd", "prettier", stop_after_first = true },
@ -63,10 +63,8 @@ return {
toml = { "taplo", stop_after_first = true },
yaml = { "prettierd", "prettier", stop_after_first = true },
typst = { "typstyle" },
svelte = { "prettier", lsp_format = "fallback" },
svelte = { "prettier" },
tex = { "latexindent" },
cpp = { "clang-format", lsp_format = "fallback" },
c = { "clang-format", lsp_format = "fallback" },
},
})