2 Star 12 Fork 2

xwz/mars-mgn-vue

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.editorconfig 479 Bytes
Copy Edit Raw Blame History
芋道源码 authored 2023-02-11 00:44 +08:00 . 初始化项目,自 v1.7.1 版本开始
root = true
[*.{js,ts,vue}]
charset = utf-8 # 设置文件字符集为 utf-8
end_of_line = lf # 控制换行类型(lf | cr | crlf)
insert_final_newline = true # 始终在文件末尾插入一个新行
indent_style = space # 缩进风格(tab | space)
indent_size = 2 # 缩进大小
max_line_length = 100 # 最大行长度
[*.md] # 仅 md 文件适用以下规则
max_line_length = off # 关闭最大行长度限制
trim_trailing_whitespace = false # 关闭末尾空格修剪
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhulj993/mars-mgn-vue.git
git@gitee.com:zhulj993/mars-mgn-vue.git
zhulj993
mars-mgn-vue
mars-mgn-vue
master

Search