mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Use ;; instead of ; for line comments (#115036)
LISPs in general and Clojure in particular by convention uses double semicolons for regular line comments. Single semicolons are reserved for trailing comments at the end of a line, and are treated (aligned) differently in some editors, notably Emacs. Co-authored-by: Arne Brasseur <arne@arnebrasseur.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": ";"
|
||||
"lineComment": ";;"
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
|
||||
Reference in New Issue
Block a user