aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/options_doc.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-07-13 14:39:46 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-07-19 08:41:31 -0700
commit9f111be14818c91832db8f320c4a4aa68de0e00b (patch)
tree924758fb05e01fbea8ddcc578ac2efa48d3964d6 /scripts/options_doc.lua
parent0b3d25969e2da2f5de90cc02ccd6446aa68dd895 (diff)
refactor: deprecate formatter alternation syntax
Diffstat (limited to 'scripts/options_doc.lua')
-rw-r--r--scripts/options_doc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/options_doc.lua b/scripts/options_doc.lua
index c6d8457..17734d3 100644
--- a/scripts/options_doc.lua
+++ b/scripts/options_doc.lua
@@ -4,8 +4,6 @@ require("conform").setup({
lua = { "stylua" },
-- Conform will run multiple formatters sequentially
go = { "goimports", "gofmt" },
- -- Use a sub-list to run only the first available formatter
- javascript = { { "prettierd", "prettier" } },
-- You can also customize some of the format options for the filetype
rust = { "rustfmt", lsp_format = "fallback" },
-- You can use a function here to determine the formatters dynamically