1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 12:19:52 +03:00
fq/.gitattributes
Mattias Wadman cae288e6be format,intepr: Refactor json, yaml, etc into formats also move out related functions
json, yaml, toml, xml, html, csv are now normal formats and most of them also particiate
in probing (not html and csv).

Also fixes a bunch of bugs in to/fromxml, to/fromjq etc.
2022-07-23 21:48:45 +02:00

6 lines
137 B
Plaintext

# for windows: fqtest, jq and json uses \n and uses it in output so must be exact
*.fqtest eol=lf
*.json eol=lf
*.jq eol=lf
*.xml eol=lf