11 lines
268 B
Plaintext
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
|