Add blade formatter
This commit is contained in:
parent
0f1a4d33d1
commit
57fa9358f6
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ return {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
-- Conform will run multiple formatters sequentially
|
-- Conform will run multiple formatters sequentially
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
|
blade = { "blade-formatter" },
|
||||||
python = { "blue" },
|
python = { "blue" },
|
||||||
-- Use a sub-list to run only the first available formatter
|
-- Use a sub-list to run only the first available formatter
|
||||||
json = { { "prettierd", "prettier" } },
|
json = { { "prettierd", "prettier" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue