Files
elm-language-client-vscode/client/elm.configuration.json
2018-07-09 02:05:22 +02:00

62 lines
861 B
JSON

{
"comments": {
"lineComment": "--",
"blockComment": [
"{-",
"-}"
]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
],
"surroundingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"\"",
"\""
]
],
"autoClosingPairs": [
[
"(",
")"
],
[
"{",
"}"
],
[
"[",
"]"
],
[
"\"",
"\""
]
],
"folding": {
"offSide": true
}
}