diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-07-25 22:29:00 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-07-25 22:55:55 +0200 |
commit | b6756b4ead7d1d1b379d42731a6e09d782ad6668 (patch) | |
tree | 00ab66db345bb060bf90b19253769aa40de4a7f7 /.gitattributes | |
parent | c62d62ce3c911f15993e3973b8d072a2634b1eaf (diff) | |
download | askama-b6756b4ead7d1d1b379d42731a6e09d782ad6668.tar.gz askama-b6756b4ead7d1d1b379d42731a6e09d782ad6668.tar.bz2 askama-b6756b4ead7d1d1b379d42731a6e09d782ad6668.zip |
Disable Git line ending conversions
This prevents us from carriage returns showing up in Windows tests.
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..833faa1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html text eol=lf +*.txt text eol=lf |