0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

Make all C++ source code files have LF (Unix) line endings

For consistency. Some of the Windows-specific files, but not
all of them, had CRLF file endings.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
Frank Lichtenheld 2023-04-20 13:40:44 +02:00
parent f544e04df7
commit b8ae379dd5
7 changed files with 1818 additions and 1816 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.hpp eol=lf
*.cpp eol=lf