docs: Correct expansion argument formatting (#14123)

This commit is contained in:
Alex Pearwin
2025-07-30 14:47:50 +01:00
committed by GitHub
parent 39cccc23e5
commit 62f3cd3f5a

View File

@@ -111,7 +111,7 @@ of the formatter command. In particular, the `%{buffer_name}` variable can be pa
argument to the formatter:
```toml
formatter = { command = "mylang-formatter" , args = ["--stdin", "--stdin-filename %{buffer_name}"] }
formatter = { command = "mylang-formatter" , args = ["--stdin", "--stdin-filename", "%{buffer_name}"] }
```
## Language Server configuration