Files
vscode/extensions/clojure/clojure.configuration.json
2015-12-09 11:19:34 +01:00

10 lines
102 B
JSON

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