1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Convert DOS line endings to Unix line endings

Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml`
always showing up as modified.
Might cause issues on Windows due to the removal of BOMs or change of line endings
in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
This commit is contained in:
Rémi Verschelde
2017-11-05 11:37:59 +01:00
parent a89fa34c21
commit 5bc2cf257b
16 changed files with 3520 additions and 3520 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Godot
{