Using Visual Studio 2019, I found a really useful refactoring option in 'Quick actions and refactoring': (might come from PowerTools, whatever)
I just wondered how:
- I can make this wrapping settings a default formatting settings
- Or apply this formatting on my whole solution at once (without resharper)
For the later, a solution with Visual Studio Code would be perfect as well !
Thanks for your help
.editorconfig
with an automatic fix but it seems like MS waits for someone to create a Pull Request for this feature github.com/dotnet/roslyn/issues/59927 – Ferryboat