Добавьте файлы проекта.

This commit is contained in:
Leonid Pershin
2025-10-26 17:02:04 +03:00
parent 842a1a2c70
commit caa830ba06
12 changed files with 1136 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
# EditorConfig for RimWorld Mod
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.cs]
# Allow underscores in type names (common in RimWorld modding for Harmony patches)
dotnet_diagnostic.IDE1006.severity = none
# C# formatting
indent_style = space
indent_size = 4