398 Star 24.9K Fork 7.3K

芋道源码/yudao-ui-admin-vue3

Create your Gitee Account
Explore and code with more than 14 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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yudaocode/yudao-ui-admin-vue3.git
git@gitee.com:yudaocode/yudao-ui-admin-vue3.git
yudaocode
yudao-ui-admin-vue3
yudao-ui-admin-vue3
v1.9.0

Search