feat: add custom python version for setup.sh

fix: LF not CRLF
feat: add custom python version for setup.sh
This commit is contained in:
JinWYP
2023-12-19 05:52:41 +08:00
parent d58575b428
commit a6a6f9ae4b
3 changed files with 213 additions and 31 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
[*.sh]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true