aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
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 /doc/conform.txt
parent0b3d25969e2da2f5de90cc02ccd6446aa68dd895 (diff)
refactor: deprecate formatter alternation syntax
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 589289b..89b5468 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -17,8 +17,6 @@ OPTIONS *conform-option
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