Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request ## Description This change introduces an `.editorconfig` file to the project, establishing consistent coding styles across different editors and IDEs. The configuration includes: - UTF-8 character encoding - LF line endings - 2-space indentation for most files - Insertion of a final newline - Trimming of trailing whitespace Specific rules are set for Python files (4-space indentation) and Markdown files (unset indentation size). This addition will help maintain code consistency and improve collaboration among developers using different editing environments. fixes #2
- Loading branch information