1
0
forked from VimPlug/jedi

Standardize line separator

This commit is contained in:
Dave Halter
2020-12-26 04:27:06 +01:00
parent 3184264b3b
commit 7298350e76

7
.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
# all end-of-lines are normalized to LF when written to the repository
# https://git-scm.com/docs/gitattributes#_text
* text=auto
# force all text files on the working dir to have LF line endings
# https://git-scm.com/docs/gitattributes#_eol
* text eol=lf