chore: import upstream snapshot with attribution
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
wehub-resource-sync
2026-07-13 13:21:23 +08:00
commit b957a53def
5423 changed files with 863745 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
# All files
[*]
indent_style = space
end_of_line = lf
# Docs
[*.md]
insert_final_newline = true
trim_trailing_whitespace = true
# Config/data
[*.json]
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true
# Config/data
[*.yaml]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
# Code
[*.py]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true