Formatting/nitpicks

This commit is contained in:
Terry Hearst 2023-10-06 21:25:15 -04:00
parent b93dc95c4a
commit 4f0c4f2fe7
6 changed files with 9 additions and 6 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
# https://editorconfig.org/
root = true
[*.cs]
insert_final_newline = true
indent_style = tab
tab_width = 4

View file

@ -2,7 +2,6 @@
using System; using System;
using System.IO; using System.IO;
using System.Reflection; using System.Reflection;
using System.Web;
using UnityEngine; using UnityEngine;
namespace DiamondTimeViewer namespace DiamondTimeViewer

View file

@ -1,5 +1,4 @@
using MIU; using MIU;
using System;
namespace DiamondTimeViewer namespace DiamondTimeViewer
{ {

View file

@ -1,5 +1,4 @@
using HarmonyLib; using HarmonyLib;
using System;
using UnityEngine.SceneManagement; using UnityEngine.SceneManagement;
namespace DiamondTimeViewer namespace DiamondTimeViewer

View file

@ -1,7 +1,5 @@
using HarmonyLib; using HarmonyLib;
using System.Collections.Generic; using System.Collections.Generic;
using System.Runtime.CompilerServices;
using UnityEngine;
namespace DiamondTimeViewer.Patches namespace DiamondTimeViewer.Patches
{ {

View file

@ -4,7 +4,7 @@
<UserPropertiesNotSetUp>True</UserPropertiesNotSetUp> <UserPropertiesNotSetUp>True</UserPropertiesNotSetUp>
<!-- Insert path to MIUU game directory here --> <!-- Insert path to MIUU game directory here -->
<GameDir></GameDir> <GameDir></GameDir>
<!-- Insert path to where your mod should build to --> <!-- Change path if you want to change to where the mod should build -->
<ModOutputDir>$(GameDir)\Mods\DiamondTimeViewer</ModOutputDir> <ModOutputDir>$(GameDir)\Mods\DiamondTimeViewer</ModOutputDir>
</PropertyGroup> </PropertyGroup>
</Project> </Project>