Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an editorconfig and vscode settings #168

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

poljar
Copy link
Collaborator

@poljar poljar commented Aug 15, 2024

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.

@poljar poljar requested a review from dkasak as a code owner August 15, 2024 11:30
@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.
@poljar poljar merged commit c368139 into main Sep 10, 2024
32 checks passed
@poljar poljar deleted the poljar/add-editorconfig branch September 10, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants