diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3b04cea --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# https://editorconfig.org/ + +root = true + +[*.cs] +insert_final_newline = true +indent_style = tab +tab_width = 4 diff --git a/Config.cs b/Config.cs index c7506b4..7dbf33b 100644 --- a/Config.cs +++ b/Config.cs @@ -2,7 +2,6 @@ using System; using System.IO; using System.Reflection; -using System.Web; using UnityEngine; namespace DiamondTimeViewer diff --git a/ConsoleCommands.cs b/ConsoleCommands.cs index 3a61c8b..73b7847 100644 --- a/ConsoleCommands.cs +++ b/ConsoleCommands.cs @@ -1,5 +1,4 @@ using MIU; -using System; namespace DiamondTimeViewer { diff --git a/PatchEntryPoint.cs b/PatchEntryPoint.cs index b5e7a34..f0eceaa 100644 --- a/PatchEntryPoint.cs +++ b/PatchEntryPoint.cs @@ -1,5 +1,4 @@ using HarmonyLib; -using System; using UnityEngine.SceneManagement; namespace DiamondTimeViewer diff --git a/Patches/MedalsDisplayPatches.cs b/Patches/MedalsDisplayPatches.cs index 4e6acd6..ecf1a00 100644 --- a/Patches/MedalsDisplayPatches.cs +++ b/Patches/MedalsDisplayPatches.cs @@ -1,7 +1,5 @@ using HarmonyLib; using System.Collections.Generic; -using System.Runtime.CompilerServices; -using UnityEngine; namespace DiamondTimeViewer.Patches { diff --git a/UserProperties.xml b/UserProperties.xml index 2f9dbf8..a38c89c 100644 --- a/UserProperties.xml +++ b/UserProperties.xml @@ -4,7 +4,7 @@ True - + $(GameDir)\Mods\DiamondTimeViewer