aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)