Tag: Tool

All your newline troubles solved!

News #Tool #nl2lf #PHP #Encoding #GitHub

Jul 31, 2011 - 1 comments

When I switched to a new IDE to edit an existing project, new files would get the wrong newline characters. This is not such a big deal, but to prevent cross-platform problems I wanted to keep all the files Unix-style. I wrote a convert script at first, but when it happened again I decided to make a small tool out of it: nl2lf. I also learned to configure my IDE before using it…

Read more »