diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-05 11:37:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-05 11:37:59 +0100 |
commit | 5bc2cf257b46b7ba52c95e43c9b0f91f6e06998e (patch) | |
tree | fe226ce29e8cef979492b4778c65bab6109191e5 /modules/mono/glue/cs_files/ToolAttribute.cs | |
parent | a89fa34c21103430b1d140ee04c3ae6a433d77ce (diff) |
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.
Diffstat (limited to 'modules/mono/glue/cs_files/ToolAttribute.cs')
-rw-r--r-- | modules/mono/glue/cs_files/ToolAttribute.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/cs_files/ToolAttribute.cs b/modules/mono/glue/cs_files/ToolAttribute.cs index 0275982c7f..d8601b5b32 100644 --- a/modules/mono/glue/cs_files/ToolAttribute.cs +++ b/modules/mono/glue/cs_files/ToolAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Godot { |