Initial project configurations

This commit is contained in:
2024-10-21 22:21:59 +08:00
parent 2a59d867d0
commit f30c4005d4
17 changed files with 651 additions and 1 deletions

12
addons/.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# Editor configs in nested directories override those in parent directories
# for the directory in which they are placed.
#
# This editor config prevents the code editor from analyzing C# files which
# belong to addons.
#
# Ignoring C# addon scripts is generally preferable, since C# can be coded
# in a variety of ways that may or may not trigger warnings based on your
# own editorconfig or IDE settings.
[*.cs]
generated_code = true