11 Star 72 Fork 113

河北织羽网络科技有限公司/ 织羽智慧社区(物业)前端

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.editorconfig 514 Bytes
Copy Edit Raw Blame History
1108cool authored 2020-12-27 18:31 . first commit
# 告诉EditorConfig插件,这是根文件,不用继续往上查找
root = true
# 匹配全部文件
[*]
# 设置字符集
charset = utf-8
# 缩进风格,可选space、tab
indent_style = space
# 缩进的空格数
indent_size = 2
# 结尾换行符,可选lf、cr、crlf
end_of_line = lf
# 在文件结尾插入新行
insert_final_newline = true
# 删除一行中的前后空格
trim_trailing_whitespace = true
# 匹配md结尾的文件
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hebei-zhiyu-network/community-web.git
git@gitee.com:hebei-zhiyu-network/community-web.git
hebei-zhiyu-network
community-web
织羽智慧社区(物业)前端
master

Search