1 Star 0 Fork 0

浅笑夏沫/ArcGIS1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
浅笑夏沫 提交于 2024-01-14 11:06 . 项目模板
# 配置项文档:https://editorconfig.org/
# 告知 EditorConfig 插件,当前即是根文件
root = true
# 适用全部文件
[*]
## 设置字符集
charset = utf-8
## 缩进风格 space | tab,建议 space
indent_style = space
## 缩进的空格数(修改这里的话需要将 prettier.config.js 和 .vscode -> settings.json 也同步修改)
indent_size = 2
## 换行符类型 lf | cr | crlf,一般都是设置为 lf
end_of_line = lf
## 是否在文件末尾插入空白行
insert_final_newline = true
## 是否删除一行中的前后空格
trim_trailing_whitespace = true
# 适用 .md 文件
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smile-xia-mo/arc-gis1.git
git@gitee.com:smile-xia-mo/arc-gis1.git
smile-xia-mo
arc-gis1
ArcGIS1
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385