]> git.lyx.org Git - features.git/blob - .gitattributes
XML: memorise if the last thing that is getting output is a line feed.
[features.git] / .gitattributes
1 # configure.ac needs to have unix line ends on windows, see #10053
2 configure.ac eol=lf
3
4 # Set the default behavior, in case people don't have core.autocrlf set.
5 * text=auto
6
7 # Our .po file update scripts produce native line endings
8 *.po text
9