7 Star 8 Fork 2

Eno / omi-snippets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
omi.configuration.json 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
Reky 提交于 2019-04-30 17:16 . first commit
{
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "//",
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
"blockComment": [ "/*", "*/" ]
},
// symbols used as brackets
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}
JavaScript
1
https://gitee.com/wscats/omi-snippets.git
git@gitee.com:wscats/omi-snippets.git
wscats
omi-snippets
omi-snippets
master

搜索帮助