Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

docs: 移除冗余的注释

This commit is contained in:
pany 2024-11-19 15:00:11 +08:00
parent 933b7f0cd9
commit cefad64730

View File

@ -8,9 +8,9 @@ root = true
[*]
## 设置字符集
charset = utf-8
## 缩进风格 space | tab建议 space(会自动继承给 Prettier
## 缩进风格 space | tab建议 space
indent_style = space
## 缩进的空格数(会自动继承给 Prettier
## 缩进的空格数
indent_size = 2
## 换行符类型 lf | cr | crlf一般都是设置为 lf
end_of_line = lf