docs: Fix indentation of JSON example lsp settings (#22162)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user