diff options
author | David Robillard <d@drobilla.net> | 2020-04-11 15:12:31 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-11 15:12:31 +0200 |
commit | 61d96576f9b74a481139be4296dccf1bb9d6eb1a (patch) | |
tree | 8c1be815732fd1c7e4a2e23d51a7918dbaf1c1c3 | |
parent | 834610cd3faceff24c083738dbe88a56d412368c (diff) | |
download | sord-61d96576f9b74a481139be4296dccf1bb9d6eb1a.tar.gz sord-61d96576f9b74a481139be4296dccf1bb9d6eb1a.tar.bz2 sord-61d96576f9b74a481139be4296dccf1bb9d6eb1a.zip |
Add gitattributes to disable newline mangling for RDF files
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e2f460 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.nq -text +*.nt -text +*.trig -text +*.ttl -text |