docs: Fix indentation of JSON example lsp settings (#22162)

This commit is contained in:
Peter Tripp 2024-12-17 21:09:13 +00:00 committed by GitHub
parent 0511f9268b
commit fa1b1c6aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,15 +55,16 @@ To
```json
"lsp": {
"json-language-server": {
"settings": {
"json": {
"schemas": [
{
"fileMatch": ["*/*.luarc.json"],
"url": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json"
}
]
"json-language-server": {
"settings": {
"json": {
"schemas": [
{
"fileMatch": ["*/*.luarc.json"],
"url": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json"
}
]
}
}
}
}