cristibalan / braid

Simple tool to help track vendor branches in a Git repository.
http://cristibalan.github.io/braid
MIT License
457 stars 64 forks source link

Line breaking at char #80? #80

Closed giovannisaraceno closed 6 years ago

giovannisaraceno commented 6 years ago

When I add a lib and then I check the diffs with braid diff lib/x it seems to break the lines above 80 chars and rearrange the code.

I work in typescript so I have a common limit to 140 chars, so there are a lot of diffs only for these line breakings. It's a bug or there's an option to avoid this issue?

Ty

mattmccutchen commented 6 years ago

This shouldn't be happening. Complete steps to reproduce?

giovannisaraceno commented 6 years ago

It seemed fixed readding the repositories... Weird O.o

mattmccutchen commented 6 years ago

Let us know if the problem occurs again and you have steps to reproduce it.