Incorrect git comments (fixes #11925)

This commit is contained in:
Benjamin Pasero
2016-09-13 15:06:36 +02:00
parent a8a9b70d53
commit 63efb84901
2 changed files with 4 additions and 4 deletions

View File

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