stevearc / conform.nvim

Lightweight yet powerful formatter plugin for Neovim
MIT License
2.72k stars 142 forks source link

feat: add dos2unix converter script #383

Closed tanj closed 2 months ago

tanj commented 3 months ago

Add dos2unix formatter.

This is convenient simple formatter that fixes when a formatter (such as isort on windows) changes the line endings of streamed text.

stevearc commented 3 months ago

Can you take a look at #395 as an alternative solution? I believe this approach is cleaner than adding a new formatter.

tanj commented 2 months ago

yes, your solution in #395 resolves my issue and I agree that is a better solution