kibit
kibit copied to clipboard
--replace will modify some files, but only change line endings
I ran kibit --replace on my codebase. It made changes to a bunch of files (yay!) but when I diff'ed them in IntelliJ a bunch of the files only had line endings changed. Is there a way to disable this? In the past, it's never shown suggestions to change line endings, so I don't know why it is changing them now with --replace.
It's a bit annoying to have to run through and diff every file to revert files where only line endings were changed.
It appears to replace crlf line endings with lf
Hey thanks for posting these issues. I don't have any time to work on them at the moment, but would happily accept patches for the issues you've highlighted.
I've familiarized myself with the code. I'll see if I can find time to work on some of them.
Accidentally closed