mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Hello Code
This commit is contained in:
10
extensions/yaml/yaml.configuration.json
Normal file
10
extensions/yaml/yaml.configuration.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "#"
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user