Cysharp / MasterMemory

Embedded Typed Readonly In-Memory Document Database for .NET and Unity.
MIT License
1.52k stars 110 forks source link

Normalize End-of-Lines #55

Closed mayuki closed 4 years ago

mayuki commented 4 years ago

The T4 generated code may be text with mixed line ending types. (CR + CRLF)

We need to normalize the line ending type in each Operating Systems. (e.g. Windows=CRLF, Linux/macOS=LF)