molefrog / wouter

🥢 A minimalist-friendly ~2.1KB routing for React and Preact
https://npm.im/wouter
The Unlicense
6.41k stars 146 forks source link

Meta: Add `.gitattributes` file #451

Closed JonahPlusPlus closed 1 month ago

JonahPlusPlus commented 1 month ago

Prettier formats files with line endings of lf, which causes problems for Windows developers who have autocrlf enabled. (See https://prettier.io/docs/en/options#end-of-line)

There needs to be a .gitattributes file with * text=auto eol=lf to disable the autocrlf.

JonahPlusPlus commented 1 month ago

(I didn't bother adding this to #450 since it would result in a bunch of files being changed)

molefrog commented 1 month ago

Sounds good to me! Could you make a PR please?