use prettier to format yaml
This commit is contained in:
parent
f8ebdf8963
commit
1c828c6e89
@ -9,7 +9,7 @@ return {
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
python = { 'ruff_format' },
|
python = { 'ruff_format' },
|
||||||
yaml = { 'yamlfmt' },
|
yaml = { 'prettier', timeout_ms = 5000 },
|
||||||
cmake = { 'gersemi' },
|
cmake = { 'gersemi' },
|
||||||
markdown = { 'prettier' },
|
markdown = { 'prettier' },
|
||||||
json = { 'fixjson' },
|
json = { 'fixjson' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user