初始化

This commit is contained in:
2026-03-11 18:35:09 +08:00
commit a227deaecd
4332 changed files with 631008 additions and 0 deletions

15
vendor/rmccue/requests/.editorconfig vendored Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[{*.json,*.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false