3 Star 3 Fork 0

Vegetable Dog Development Team/Online Learning Platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
ND_LJQ 提交于 2022-04-28 15:39 . first commit
# 表示是最顶层的 EditorConfig 配置文件
root = true
[*]
charset = utf-8 # 设置文件字符集为 utf-8
end_of_line = lf # 控制换行类型(lf | cr | crlf)
indent_size = 2 # 缩进大小
indent_style = space # 缩进风格(tab | space)
insert_final_newline = false # 始终在文件末尾插入一个新行
max_line_length = 100
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
[*.md]
max_line_length = off
trim_trailing_whitespace = false # 去除行首的任意空白字符
[Makefile]
indent_style = tab
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vegetable-dog-development-team/online-learning-platform.git
git@gitee.com:vegetable-dog-development-team/online-learning-platform.git
vegetable-dog-development-team
online-learning-platform
Online Learning Platform
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385