diff options
author | Andrew Gaspar <andrew.gaspar@outlook.com> | 2017-09-22 19:02:42 -0700 |
---|---|---|
committer | Andrew Gaspar <andrew.gaspar@outlook.com> | 2017-09-22 19:02:42 -0700 |
commit | 88aafd793b0b4edd07d47c24eae1caf12a35f4d4 (patch) | |
tree | 2dccc7816cbfae8a99b265e00d88bf199bfc8f90 | |
parent | fcbe260eacd10df38b563d9658203293d4e1f8ec (diff) |
Always check out test headers and expectations as LF
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 84af5d5b..041e00f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ tests/stylo.hpp -diff +tests/headers/* eol=lf +tests/expectations/tests/* eol=lf
\ No newline at end of file |