1 Star 0 Fork 0

FunnyCoder/my-projects

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorConfig 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
haiyang 提交于 2024-09-12 17:32 . first commit
root = true
# 匹配全部文件
[*]
# 设置字符集
charset = utf-8
# 缩进风格,可选 space、tab
indent_style = tab
# 缩进的空格数,当 indent_style = tab 将使用 tab_width
# 否则使用 indent_size
indent_size = 2
tab_width = 2
# 结尾换行符,可选 lf、cr、crlf
end_of_line = crlf
# 在文件结尾插入新行
insert_final_newline = true
# 删除一行中的前后空格
trim_trailing_whitespace = true
# 匹配 md 结尾的文件
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/coder_hai/my-projects.git
git@gitee.com:coder_hai/my-projects.git
coder_hai
my-projects
my-projects
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385