Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .editorconfig file for Rust indentation
While most editors use the standard 4-space indentation for Rust code, this project uses two spaces. To make it easier to write code according to the project style, this patch adds an .editorconfig file that specifies the indentation rules.
- Loading branch information