vera/.gitattributes
2022-12-19 14:12:43 +01:00

11 lines
268 B
Plaintext

# .gitattributes
# See http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
# default EOL behavior: use LF in repo, normalize (convert to native) during
# checkout
* text=auto
# text files that shall always have LF EOLs
*.texi text eol=lf
vera.? text eol=lf