mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-06-23 20:48:12 +08:00
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:
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
|
Reference in New Issue
Block a user