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

10 lines
104 B
JSON

{
"comments": {
"lineComment": "REM"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}