grats
grats copied to clipboard
Always emit stable line endings
trafficstars
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