vagrant-hostmanager icon indicating copy to clipboard operation
vagrant-hostmanager copied to clipboard

Fixes #282

Open danowar2k opened this issue 4 years ago • 0 comments
trafficstars

  • Probably an universal solution for the line ending problem: Read the file, ignore how it converted line endings and just convert it to universal newline, then work on it also using just universal newlines. Comparison of old and new content then works. Finally, just write the file using universal newlines on all systems except Windows, where we convert to CRLF

danowar2k avatar May 08 '21 19:05 danowar2k