mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 17:58:35 +08:00
Standardize line separator
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user