aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 041fcc5..78ad666 100644
--- a/README.md
+++ b/README.md
@@ -515,9 +515,12 @@ 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 command.
+ -- When inherit = true, add these additional arguments to the beginning of 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)