tg_bot_collections/.editorconfig
JinWYP a6a6f9ae4b feat: add custom python version for setup.sh
fix: LF not CRLF
feat: add custom python version for setup.sh
2023-12-19 07:02:25 +08:00

11 lines
143 B
INI

root = true
[*]
end_of_line = lf
[*.sh]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true