未验证 提交 1f1ed78f 编写于 作者: J João Moreno 提交者: GitHub

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: NArne Brasseur <arne@arnebrasseur.net>
上级 960a93f0
{
"comments": {
"lineComment": ";"
"lineComment": ";;"
},
"brackets": [
["{", "}"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册