local options = { formatters_by_ft = { lua = { "stylua" }, javascript = { "prettier" }, javascriptreact = { "prettier" }, typescript = { "prettier" }, typescriptreact = { "prettier" }, json = { "prettier" }, html = { "prettier" }, yaml = { "prettier" }, markdown = { "prettier" }, css = { "prettier", "stylelint" }, scss = { "prettier", "stylelint" }, }, format_on_save = { -- These options will be passed to conform.format() timeout_ms = 500, lsp_format = "fallback", }, } return options