vscode/extensions/php/php.configuration.json
2016-05-10 12:06:53 +02:00

12 lines
145 B
JSON

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