Skip to content

Commit 960d062

Browse files
author
mergerepo
committed
Merge remote branch 'origin/master' into edge
(no-precommit-check no-tn-check)
2 parents d4fc3a9 + 9abd1f4 commit 960d062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/vscode/ada/language-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comments": {
33
// symbol used for single line comment. Remove this entry if your language does not support line comments
4-
"lineComment": "--"
4+
"lineComment": "-- "
55
},
66
// symbols used as brackets
77
"brackets": [
@@ -24,4 +24,4 @@
2424
["\"", "\""],
2525
["'", "'"]
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)