鲁树人
ce969af57f
All checks were successful
Build and Deploy / build (push) Successful in 1m4s
自动构建相关。 Reviewed-on: #80 Co-authored-by: 鲁树人 <lu.shuren@um-react.app> Co-committed-by: 鲁树人 <lu.shuren@um-react.app>
16 lines
283 B
INI
16 lines
283 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{{c,m,}js{x,on,},ts{x,},y{,a}ml}]
|
|
indent_size = 2
|