mirror of
https://github.com/danog/code-server.git
synced 2024-12-14 02:07:28 +01:00
10 lines
102 B
JSON
10 lines
102 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "#"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
} |