chore: 使用了 f2elint 规范项目开发
使用阿里巴巴前端规约 规范开发 参考文档: https://alibaba.github.io/f2e-spec/zh/ https://github.com/alibaba/f2e-spec https://git.onemue.cn/flexlark/f2e-spec
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
||||
quote_type = single
|
||||
trim_trailing_whitespace = true
|
||||
Reference in New Issue
Block a user