mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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.
This commit is contained in:
parent
51ee267c6e
commit
9df45c383a
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -1,3 +1,9 @@
|
|||||||
# configure.ac needs to have unix line ends on windows, see #10053
|
# configure.ac needs to have unix line ends on windows, see #10053
|
||||||
configure.ac eol=lf
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user