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

feat(biome_configuration): add helpers for parsing .editorconfig files #2852

Merged
merged 1 commit into from
May 15, 2024

Conversation

dyc3
Copy link
Contributor

@dyc3 dyc3 commented May 14, 2024

Summary

This is the first in a series of PRs to add .editorconfig support to biome. I'll be trying to keep these fairly small so they are easy to review.

The goal of this PR is to introduce the necessary helpers to actually parse the settings, and convert them into their biome equivalents.

Related to: #1724

Test Plan

Added some unit tests

cargo test -p biome_configuration editorconfig

@github-actions github-actions bot added A-Project Area: project A-Formatter Area: formatter labels May 14, 2024
@dyc3 dyc3 marked this pull request as ready for review May 14, 2024 13:36
@dyc3 dyc3 force-pushed the 05-13-editorconfig_add_parsing branch from 5fa93ae to ceb3545 Compare May 14, 2024 13:39
Copy link

codspeed-hq bot commented May 14, 2024

CodSpeed Performance Report

Merging #2852 will not alter performance

Comparing dyc3:05-13-editorconfig_add_parsing (d5096bf) with main (b33c9df)

Summary

✅ 99 untouched benchmarks

@dyc3 dyc3 force-pushed the 05-13-editorconfig_add_parsing branch 2 times, most recently from 65e81cf to d700cf9 Compare May 14, 2024 15:26
@dyc3 dyc3 force-pushed the 05-13-editorconfig_add_parsing branch from d700cf9 to d5096bf Compare May 15, 2024 13:40
@dyc3 dyc3 requested a review from Conaclos May 15, 2024 18:12
Copy link
Member

@Conaclos Conaclos left a comment

Choose a reason for hiding this comment

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

Thanks!

@Conaclos Conaclos merged commit 78d70d2 into biomejs:main May 15, 2024
12 checks passed
@dyc3 dyc3 deleted the 05-13-editorconfig_add_parsing branch May 16, 2024 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Formatter Area: formatter A-Project Area: project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants