1 Star 0 Fork 2

洋葱工作室/React-project前端React项目模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
素的还真 提交于 2023-08-01 17:28 . feat: 初始化项目代码提交
root = true # 告诉EditorConfig插件,这是根文件,不用继续往上查找
[*]
charset = utf-8 #设置所有的文件的字符集是utf-8编码
indent_style = space #设置缩进风格:空格
indent_size = 2 #缩进大小2个空格
end_of_line = lf #换行符1f
insert_final_newline = true #设为true表示使文件以一个空白行结尾
trim_trailing_whitespace = true #删除行尾的空格
[*.md] # 表示仅 md 文件适用以下规则
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/onion-studio/react-project.git
git@gitee.com:onion-studio/react-project.git
onion-studio
react-project
React-project前端React项目模板
master

搜索帮助