vscode/extensions/php/php.configuration.json
2015-11-13 14:39:38 +01:00

11 lines
No EOL
144 B
JSON

{
"comments": {
"lineComment": "//", // "#"
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}