Files
Nim/.gitattributes
Leorize 5017320e7b gitattributes: fix tests for windows
Nim-generated files used in tests all end in LF, so we tell git to not
touch them. Should allow a Windows user to clone and run tests without
having to tweak their git settings
2020-03-17 08:48:42 +01:00

3 lines
98 B
Plaintext

# tests expects the text files associated with them have LF only as EOL
**/test*/**/* text eol=lf