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

chore: add .editorconfig #249

Merged
merged 1 commit into from
Dec 22, 2024
Merged

chore: add .editorconfig #249

merged 1 commit into from
Dec 22, 2024

Conversation

marcalexiei
Copy link
Member

Context & Description

At the moment we use prettier as code formatter, however if a user editor doesn't support it (natively or by extension) we might end up with an inconsistent formatting.
Adding .editorconfig should mitigate this kind of problems since is supported in a wider range of code editors.

Note

other formatting issue might arise, but at least they won't involve space or tabs formatting 😅

@marcalexiei marcalexiei added the repo maintenance linting, fs organization, that sort of stuff label Dec 22, 2024
@marcalexiei marcalexiei self-assigned this Dec 22, 2024
Copy link
Member

@Valerioageno Valerioageno left a comment

Choose a reason for hiding this comment

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

Noice. Thanks

@Valerioageno Valerioageno merged commit d09ca55 into main Dec 22, 2024
7 checks passed
@Valerioageno Valerioageno deleted the editorconfig branch December 22, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo maintenance linting, fs organization, that sort of stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants