consolidate git extensions

related to #43978
This commit is contained in:
Joao Moreno
2018-02-20 16:00:50 +01:00
parent 8915b731a8
commit a563e2cb38
20 changed files with 112 additions and 157 deletions

View File

@@ -0,0 +1,11 @@
{
"comments": {
"lineComment": "#",
"blockComment": [ "#", " " ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}