aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/stylua.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-08 08:48:33 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-08 09:09:17 -0700
commit2568d746abbadf66a03c62b568ee73d874cd8617 (patch)
treef111dfde4eed5b9d0d7b55c9a242e1b0345fa44e /lua/conform/formatters/stylua.lua
parentbd1aa02ef191410b2ea0b3ef5caabe06592d9c51 (diff)
feat: syntax for using first available formatter
Alternations are now supported. You can specify a sub-list in place of a formatter name and conform will use the first formatter in that list that is available. For example, this will use either prettierd or prettier (whichever is available), and then always trim whitespace afterwards: conform.format(formatters = { { "prettierd", "prettier" }, "trim_whitespace" }) This syntax is available both in the formatters_by_ft config option and in the `formatters` argument of the `format` method.
Diffstat (limited to 'lua/conform/formatters/stylua.lua')
0 files changed, 0 insertions, 0 deletions