matrix-org / vodozemac

An implementation of Olm and Megolm in pure Rust.
Apache License 2.0
175 stars 30 forks source link

Add an editorconfig and vscode settings #168

Closed poljar closed 2 months ago

poljar commented 2 months ago

The editorconfig and vscode settings for rust-analyzer have been established as cross-editor settings. At least nvim and vscode itself support them and people often times have trouble with our cargo fmt settings which require nightly.

This way, if a supported editor is used, no additional setup is required by the contributor.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.35%. Comparing base (b56114b) to head (7164e0f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ======================================= Coverage 90.35% 90.35% ======================================= Files 34 34 Lines 1907 1907 ======================================= Hits 1723 1723 Misses 184 184 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.