Fix the illegal JSON in the documentation (#22175)

Release Notes:

- N/A
This commit is contained in:
Hai Zhu 2024-12-18 17:10:13 +08:00 committed by GitHub
parent 2469122784
commit e8c9283700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ You can trigger formatting via {#kb editor::Format} or the `editor: format` acti
```json
"languages": {
"C" {
"C": {
"format_on_save": "on",
"tab_size": 2
}