vscode/extensions/php/php.configuration.json

11 lines
144 B
JSON
Raw Normal View History

2015-11-13 21:39:38 +08:00
{
"comments": {
"lineComment": "//", // "#"
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}