captbaritone / captbaritone/grats
Always emit stable line endings
Open
- Dominant language
- JavaScript
- Stars
- 358
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Right now I think we generate files with windows line endings on Unix-like systems and Windows line endings on Windows systems. This means that if users with different systems are working on a Grats project they will rewrite each other's files.
Got can be configured to normalize these, but ideally that's not required.
Perhaps we can see what TypeScript does here.
See #128
Contributor guide
Assessment
This issue has not been assessed yet.