From e6c7493af61abb31b075a23504da0e1f8896cab4 Mon Sep 17 00:00:00 2001 From: Ben Hattem Date: Wed, 7 Dec 2022 21:09:26 +0100 Subject: [PATCH] Jupyter notebooks are always created with LF (on Windows) --- Python.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitattributes b/Python.gitattributes index 1f78b6f..04c6ca3 100644 --- a/Python.gitattributes +++ b/Python.gitattributes @@ -21,7 +21,7 @@ *.pyd binary # Jupyter notebook -*.ipynb text +*.ipynb text eol=lf # Note: .db, .p, and .pkl files are associated # with the python modules ``pickle``, ``dbm.*``,