沙钢智慧能源系统前端代码
dengzedong
2024-12-06 d0db810c9b1c67b8eed03c7f7be6eb4a34a8dbc7
提交 | 用户 | 时间
314507 1 root = true
H 2 [*.{js,ts,vue}]
3 charset = utf-8 # 设置文件字符集为 utf-8
4 end_of_line = lf # 控制换行类型(lf | cr | crlf)
5 insert_final_newline = true # 始终在文件末尾插入一个新行
6 indent_style = space # 缩进风格(tab | space)
7 indent_size = 2 # 缩进大小
8 max_line_length = 100 # 最大行长度
9
10 [*.md] # 仅 md 文件适用以下规则
11 max_line_length = off # 关闭最大行长度限制
12 trim_trailing_whitespace = false # 关闭末尾空格修剪