WhatsApp / erlfmt

An automated code formatter for Erlang
Apache License 2.0
412 stars 52 forks source link

[Forrmat range] Re-inject formatted range in original source. #300

Closed slaykachu closed 3 years ago

slaykachu commented 3 years ago

Do we really need both functions? format_file_range and format_file_range_extract?

No, but I'd rather keep some flexibility until the IDE integration is done, and then cleanup.

awalterschulze commented 3 years ago

Yeah I would also remove the function that we intend not to use and only test the one function.