When running rulesync generate between a Windows OS and a Linux based OS,
- I see path differences in the reference files.
How to recreate:
Add a specified glob in the rules file. Run rulesync generate on a linux OS, commit, pull the repo, run rulesync generate on windows, you'll see the differences. I've attached an image as well.
- I am still identifying exactly where it occurs but the /n vs. /r/n also shows up in history following the same reproduce steps above (generate on linux, commit, clone on windows, generate):
I think a best proposed solution would be to go to "/" paths no matter the OS since Windows can understand those but Linux cannot understand "\".
Unclear yet on the carriage return proposed fix.