1
0
forked from VimPlug/jedi
Files
jedi-fork/.gitattributes
2021-01-02 12:27:24 +01:00

11 lines
319 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
# PNGs are not text and should not be normalized
*.png -text