Long time since last commit

This commit is contained in:
angryluck 2024-09-11 14:04:34 +02:00
parent dd94586255
commit 3e9363b016
8 changed files with 149 additions and 103 deletions

View file

@ -15,9 +15,12 @@ return { -- Autoformat
formatters_by_ft = {
lua = { "stylua" },
haskell = { "fourmolu" },
-- haskell = { "ormolu" },
json = { "jq" },
c = { "clang-format" },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
python = { "autopep8", "black" },
--
-- You can use a sub-list to tell conform to run *until* a formatter is found.
-- javascript = { { "prettierd", "prettier" } },