]> git.lyx.org Git - features.git/blob - .gitattributes
Do not write \default_view_format if it is empty.
[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