chore: alphebatize formatters
This commit is contained in:
parent
7c74f90534
commit
67a2858dd9
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue