[json] add json.configuration

This commit is contained in:
Martin Aeschlimann
2016-01-21 22:47:56 +01:00
parent 817f3f5919
commit 078ac32d73
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"]
]
}