Long time since last commit
This commit is contained in:
parent
dd94586255
commit
3e9363b016
8 changed files with 149 additions and 103 deletions
|
|
@ -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" } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue