Request to add a .editorconfig file to the repository to help standardize code style across all contributors and projects.
Suggestions:
- Add a comprehensive .editorconfig suited for the technologies used in BTE projects.
- Consider creating a separate repository for the .editorconfig and add it as a git submodule, so it can be used in any BuildTheEarth-related project.
- Automate the integration by copying the config via Maven plugin or Gradle script for Java-based projects.
This will help maintain consistent code style and simplify setup for new contributors.