1 Star 2 Fork 5

汶w / chatgpt商业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
汶w 提交于 2023-06-07 14:37 . 完成
root = true # 控制配置文件 .editorconfig 是否生效的字段
[**] # 匹配全部文件
indent_style = tab # 缩进风格,可选space|tab
indent_size = 4 # 缩进的空格数
charset = utf-8 # 设置字符集
trim_trailing_whitespace = true # 删除一行中的前后空格
insert_final_newline = true # 设为true表示使文件以一个空白行结尾
end_of_line = lf
[**.md] # 匹配md文件
trim_trailing_whitespace = false
JavaScript
1
https://gitee.com/lengwuwen/chatgpt-business.git
git@gitee.com:lengwuwen/chatgpt-business.git
lengwuwen
chatgpt-business
chatgpt商业
master

搜索帮助