mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
# 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
|