build(ui):增加前端配套文件。

This commit is contained in:
徐涛
2024-04-04 08:15:12 +08:00
parent 3dfecaee79
commit 5c26c8b817
6 changed files with 88 additions and 7 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
spaces_around_operators = true
max_line_length = 100
[*.rs]
indent_size = 4
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
spaces_around_operators = true