captbaritone / grats

Implementation-First GraphQL for TypeScript

Home Page:https://grats.capt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always emit stable line endings

captbaritone opened this issue · comments

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