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

[code-infra] Polish VS Code DX #4562

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari added scope: code-infra Specific to the core-infra product dx Related to developers' experience enhancement This is not a bug, nor a new feature labels Dec 27, 2024
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
Copy link
Member Author

@oliviertassinari oliviertassinari Dec 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How mui/material-ui#44865 started, I was annoyed by this setting. It felt too opinionated to be shared with everyone.

Signed-off-by: Olivier Tassinari <[email protected]>

# Unix-style newlines with a newline ending every file
[*]
trim_trailing_whitespace = true
Copy link
Member

@Janpot Janpot Jan 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this already defined by prettier config? i.e. you need to set up your editor to format/highlight with a prettier extension instead. feels a bit redundant to define this twice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Related to developers' experience enhancement This is not a bug, nor a new feature scope: code-infra Specific to the core-infra product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants