We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b032c9 commit f56b64fCopy full SHA for f56b64f
after/plugin/conform-config.lua
@@ -2,13 +2,14 @@ require('conform').setup {
2
formatters_by_ft = {
3
lua = { 'stylua' },
4
python = { 'black' }, --'isort',
5
- javascript = { { 'prettierd', 'prettier' } },
6
- javascriptreact = { { 'prettier' } },
7
- typescriptreact = { { 'prettier' } },
8
- typescript = { { 'prettier' } },
+ javascript = { "prettierd", "prettier", stop_after_first = true },
+ javascriptreact = { 'prettier' },
+ typescriptreact = { 'prettier' },
+ typescript = { 'prettier' },
9
xml = { 'prettier', 'xmlformat' },
10
- html = { { 'prettier' } },
11
- go = { { 'gofumpt', 'goimports-reviser', 'golines' } },
+ html = { 'prettier' },
+ htmldjango = { 'prettier' },
12
+ go = { 'gofumpt', 'goimports-reviser', 'golines', stop_after_first = true },
13
java = { 'google-java-format' },
14
templ = { 'templ' },
15
},
0 commit comments