5 Star 0 Fork 0

lxy / 大创

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
lxy 提交于 2024-01-20 17:49 . 初始化
root = true #表示是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件
# 匹配全部文件
[*]
# 缩进风格,可选"space"、"tab"
indent_style = space
# 缩进的空格数
indent_size = 2
# 结尾换行符
end_of_line = lf
# 设置字符集
charset = utf-8
# 删除一行中的前后空格
trim_trailing_whitespace = true
# 在文件结尾插入新行
insert_final_newline = true
max_line_length = 150
[*.md]
# 删除一行中的前后空格
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxytdcq522/da-chuang.git
git@gitee.com:lxytdcq522/da-chuang.git
lxytdcq522
da-chuang
大创
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891