Neighbor-Army / help-with-covid

11 stars 8 forks source link

chore(git): add `.gitattributes` #24

Closed rluvaton closed 4 years ago

rluvaton commented 4 years ago

add .gitattributes to automatically checkout/clone in the right end line format

Miikis commented 4 years ago

This is currently being handled by a combination of husky, prettier and eslint. Any additional benefit to adding .gitattributes?

rluvaton commented 4 years ago

This is currently being handled by a combination of husky, prettier and eslint. Any additional benefit to adding .gitattributes?

Yeah, that when I checkout it changes all line endings to CRLF automatically (my OS is Windows)