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?
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