router
router copied to clipboard
Auto detect line breaks
Which project does this relate to?
Router
Describe the bug
I have vscode configured to use LF instead of CRLF wich is windows default, ATM the generator is always transforming the line breaks to i believe the system default, in this case CRLF
Your Example Website or App
na
Steps to Reproduce the Bug or Issue
In @tanstack/[email protected] in windows create a route file using LF and save it, it is now modified to use CRLF
Expected behavior
detect line breaks based on the first line break used in the file, and use that instead
Screenshots or Videos
No response
Platform
- OS: windows
- Browser: any
- Version: 1.121.0-alpha.27
Additional context
No response