commit 0489daa5990db9d9ef88589df39f3ddef9d02191 parent fbca77df60039bd19031ebfe9b219955500217bd Author: Raymond Li <hi@raymond.li> Date: Sun, 18 Oct 2020 23:38:16 -0400 Ensure LF EOL Diffstat:
| A | .gitattributes | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,4 @@ +# Auto detect text files and perform LF normalization +* text=auto + +text eol=lf
