grats icon indicating copy to clipboard operation
grats copied to clipboard

Always emit stable line endings

Open captbaritone opened this issue 1 year ago • 0 comments
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

captbaritone avatar Mar 24 '24 18:03 captbaritone