diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-03-21 17:41:03 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2020-03-21 17:41:03 -0400 |
commit | 7dbe8b65ae724ff9fc8d3d59f4c76fc4b01402bd (patch) | |
tree | 3ae31cd356044c99eed2ff3a4095256ec9f99c35 /modules/mono/editor/GodotTools/GodotTools.IdeConnection | |
parent | 7ed9da0a5438872a8034be1eb04f9199aef640d2 (diff) |
Make file formatting comply with POSIX and Unix standards
UTF-8, LF, no BOM, and newlines at the end of files
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.IdeConnection')
-rw-r--r-- | modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs b/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs index c7c00e66a2..0806d02ca0 100644 --- a/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs +++ b/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following |