Skip to content

Commit

Permalink
update .gitattributes
Browse files Browse the repository at this point in the history
- force \n for code, testsets and config files

- disable newline handling for test inputs/outputs

- use system dependent line endings everywhere else
(keeps \r for files commited with \r endings)
  • Loading branch information
CDanU committed Mar 9, 2018
1 parent daf73ad commit bbe6221
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .gitattributes
@@ -1,3 +1,13 @@
/tests/config/** -text
/tests/input/** -text
/tests/output/** -text
* text=auto

tests/** -text

src/** eol=lf
scripts/** eol=lf

tests/**/*.cfg eol=lf

tests/*.test eol=lf

*.sh eol=lf
*.bat eol=crlf

0 comments on commit bbe6221

Please sign in to comment.