chore: alphebatize formatters

This commit is contained in:
stitchy 2025-03-21 11:18:07 +00:00
parent 7c74f90534
commit 67a2858dd9
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -113,11 +113,11 @@ cmp.setup {
-- Funky plugins
require("conform").setup({
formatters_by_ft = {
C = { "clang-format"},
css = { "prettier", },
html = { "prettier", },
javascript = { "prettier", },
python = { "black" },
C = { "clang-format"},
typst = { "prettypst" }
},
formatters = {