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 VS Code Extensions and Editorconfig #1459

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Add VS Code Extensions and Editorconfig #1459

merged 2 commits into from
Dec 1, 2023

Conversation

dansteren
Copy link
Contributor

@dansteren dansteren commented Nov 29, 2023

Editorconfig

We currently don't have anything to ensure consistent formatting of our files. Editorconfig is an industry standard for ensuring that consistency across different editor types. This adds a config that matches our repo and removes it from the gitignore.

Important

We've already run into issues with formatting in the past. See #550 (comment).

VS Code Extension Recommendations

All devs now need to install some extensions in order for tools to work correctly. This adds a recommended list of extensions so that new devs will be prompted to install these. This does not include personal favorites. Devs are not required to install these. I.e. I don't see any downside to adding this.

This ensures we have trailing newlines and no trailing whitespace.
All team members should install these extensions if using VS Code.
@dansteren dansteren requested a review from lastmjs November 29, 2023 17:07
@lastmjs lastmjs merged commit 98b54e7 into main Dec 1, 2023
95 checks passed
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.

2 participants