Run dotnet format

This commit is contained in:
2026-01-31 20:39:12 -07:00
parent fefab71818
commit f00274f126
9 changed files with 74 additions and 75 deletions

2
.editorconfig Normal file
View File

@@ -0,0 +1,2 @@
[*.cs]
dotnet_diagnostic.IDE0005.severity = warning

View File

@@ -1,4 +1,3 @@
using System;
using TMPro;
using UnityEngine;

View File

@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json.Linq;

View File

@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Numerics;
using Newtonsoft.Json.Linq;
using TMPro;