🔧 Changed css formatter

This commit is contained in:
z3rOR0ne 2025-02-12 17:53:18 -08:00
parent 6e1765423f
commit d0e3474838

View file

@ -2,7 +2,7 @@ require("conform").setup({
formatters_by_ft = {
python = { "isort", "black" },
lua = { "stylua" },
css = { "stylelint" },
css = { "prettierd" },
javascript = { "prettierd", "prettier", stop_after_first = true },
typescript = { "prettierd", "prettier", stop_after_first = true },
javascriptreact = { "prettierd", "prettier", stop_after_first = true },