1 Star 0 Fork 0

cman2014 / react-webpack-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 449 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
HaloPigpig 提交于 2023-01-11 21:29 . chore: 添加代码检测
root = true # 控制配置文件 .editorconfig 是否生效的字段
[**] # 匹配全部文件
indent_style = space # 缩进风格,可选space|tab
indent_size = 2 # 缩进的空格数
charset = utf-8 # 设置字符集
trim_trailing_whitespace = true # 删除一行中的前后空格
insert_final_newline = true # 设为true表示使文件以一个空白行结尾
end_of_line = lf
[**.md] # 匹配md文件
trim_trailing_whitespace = false
1
https://gitee.com/cman2014/react-webpack-ts.git
git@gitee.com:cman2014/react-webpack-ts.git
cman2014
react-webpack-ts
react-webpack-ts
develop

搜索帮助