1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 07:27:08 +03:00
fq/.gitattributes
Mattias Wadman e5c620db83 github,ci: Add windows, macos and 32-bit linux
Split out lint to own job and only run cli bin test on ubuntu (requires expect)
Add .gitattributes with text=lf for *.fqtest as they should be exact
2022-01-05 00:11:43 +01:00

5 lines
163 B
Plaintext

# for windows: fqtest uses \n and asserts output so should be exact
*.fqtest eol=lf
# for windows: there are fqtest using json that need to be exact
*.json eol=lf