Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pubkey/rxdb
Clone or Download
.editorconfig 224 Bytes
Copy Edit Raw Blame History
Ibby Hadeed authored 2017-10-15 22:55 . Add editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{js,json,ts}]
charset = utf-8
quote_type = single
spaces_around_brackets = true
[*.json]
indent_size = 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化