-
Notifications
You must be signed in to change notification settings - Fork 83
feat: allow disabling indent lines #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow disabling indent lines #511
Conversation
68d59b2
to
d451b33
Compare
Totally, I, too, am annoyed by that feature that I originally put in there to improve readability. I am currently preparing a staging branch to take in many of the currently open PRs. Time is currently limited for me, but I want some improvements out there, including this one. Thank you for your understanding that it sometimes takes some time. |
Sure, if I can help in any way, I'd be happy to 😁
No worries, I'm glad to have this tool 😁 |
This makes it possible to copy the diffed lines without weird characters in them
0d32739
to
b8589b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR. I will revisit the flag names, but there will be a new release soon hopefully.
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [homeport/dyff](https://github.com/homeport/dyff) | patch | `v1.10.1` -> `v1.10.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>homeport/dyff (homeport/dyff)</summary> ### [`v1.10.2`](https://github.com/homeport/dyff/releases/tag/v1.10.2): dyff release v1.10.2 [Compare Source](homeport/dyff@v1.10.1...v1.10.2) #### What's Changed [`4dc536f`](homeport/dyff@4dc536f) Fix new `--use-indent-lines` wiring in code [`2ea2b63`](homeport/dyff@2ea2b63) Fix typos [`7837615`](homeport/dyff@7837615) doc: Add packaging status, document FreeBSD install [`b8589b3`](homeport/dyff@b8589b3) feat: add flag for useIndentLines [`56b69a3`](homeport/dyff@56b69a3) feat: allow disabling indent lines #### New Contributors - [@​cwrau](https://github.com/cwrau) made their first contribution in homeport/dyff#511 - [@​ehaupt](https://github.com/ehaupt) made their first contribution in homeport/dyff#510 - [@​kianmeng](https://github.com/kianmeng) made their first contribution in homeport/dyff#484 **Full Changelog**: homeport/dyff@v1.10.1...v1.10.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41OC4yIiwidXBkYXRlZEluVmVyIjoiNDEuNTguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This makes it possible to copy the diffed lines without weird characters in them