Add gdlint and gdformat scripts

This commit is contained in:
2025-09-27 20:40:13 +04:00
parent 86439abea8
commit 06f0f87970
40 changed files with 2314 additions and 732 deletions

View File

@@ -1,7 +1,9 @@
- The documentation of the project is located in docs/ directory.
- The documentation of the project is located in docs/ directory;
- Get following files in context before doing anything else:
- docs\CLAUDE.md
- docs\CODE_OF_CONDUCT.md
- project.godot
- Use TDD methodology for development
- Keep documentation up to date
- Use TDD methodology for development;
- Use static data types;
- Keep documentation up to date;
- Always run gdlint, gdformat and run tests;