summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-10 22:44:19 +0000
committerGithub Actions <actions@github>2024-06-10 22:44:19 +0000
commitb8e8fbe1e03b3b4d12b0255d67effd6420f49dcd (patch)
tree457d0fb29cef05beed0e088e034486645f3f918c /README.md
parenta28a4255e5c5631ee9c58537592fca05447f0503 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 78ad666..041fcc5 100644
--- a/README.md
+++ b/README.md
@@ -515,12 +515,9 @@ require("conform").setup({
},
-- Set to false to disable merging the config with the base definition
inherit = true,
- -- When inherit = true, add these additional arguments to the beginning of the command.
+ -- When inherit = true, add these additional arguments to the command.
-- This can also be a function, like args
prepend_args = { "--use-tabs" },
- -- When inherit = true, add these additional arguments to the end of the command.
- -- This can also be a function, like args
- append_args = { "--trailing-comma" },
},
-- These can also be a function that returns the formatter
other_formatter = function(bufnr)