aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-08-28 15:41:44 +0000
committerGithub Actions <actions@github>2023-08-28 15:41:44 +0000
commitedb9cd5b23077906090f3e5ae811445142ce99fd (patch)
tree8d1a808e98bbefb7163ea94bc2fc26b7a53c9981 /README.md
parenta4d793e941e8e497ab9149ed09c946473d795c1b (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 449a4ff..e7d2323 100644
--- a/README.md
+++ b/README.md
@@ -283,6 +283,7 @@ Format a buffer
| | async | `nil\|boolean` | If true the method won't block. Defaults to false. |
| | formatters | `nil\|string[]` | List of formatters to run. Defaults to all formatters for the buffer filetype. |
| | lsp_fallback | `nil\|boolean` | Attempt LSP formatting if no formatters are available. Defaults to false. |
+| | quiet | `nil\|boolean` | Don't show any notifications for warnings or failures. Defaults to false. |
Returns: