add toml fixes: #51704 (#59089)

* add toml fixes: #51704

* add thirdparty notices
This commit is contained in:
Sardorbek
2018-09-22 00:13:38 +02:00
committed by Matt Bierner
parent e19c9ba82d
commit 0469b0089e
9 changed files with 732 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
{
"comments": {
"lineComment": "#",
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
["\"\"\"", "\"\"\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
["\"\"\"", "\"\"\""]
]
}