mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
[json] add json.configuration
This commit is contained in:
10
extensions/json/json.configuration.json
Normal file
10
extensions/json/json.configuration.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "//",
|
||||
"blockComment": [ "/*", "*/" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user