lyx_mirror/.gitattributes
Georg Baum 9df45c383a Force native line endings for .po files
As discussed on the list some time ago. cmake produces .po files already in
native line endings. Only autotools on mingw might produce wrong line endings
now, but I am pretty sure that nobody updates .po files using autotools on mingw.
2016-05-31 22:43:09 +02:00

10 lines
243 B
Plaintext

# configure.ac needs to have unix line ends on windows, see #10053
configure.ac eol=lf
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Our .po file update scripts produce native line endings
*.po text