Sort imports the way VisualStudio likes it
Apparently, Sublime Text's Sort Lines command ordered them in a weird way, inconsistent with VS, VS Code and human logic.
This commit is contained in:
parent
7d1cac6e2e
commit
ca977625db
|
@ -1,18 +1,17 @@
|
|||
using BepInEx.Configuration;
|
||||
using BepInEx;
|
||||
using BepInEx;
|
||||
using BepInEx.Configuration;
|
||||
using CSync.Extensions;
|
||||
using CSync.Lib;
|
||||
using HarmonyLib;
|
||||
using LethalConfig.ConfigItems.Options;
|
||||
using LethalConfig.ConfigItems;
|
||||
using LethalConfig;
|
||||
using LethalConfig.ConfigItems;
|
||||
using LethalConfig.ConfigItems.Options;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System;
|
||||
using UnityEngine.Networking;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Networking;
|
||||
|
||||
namespace MuzikaGromche
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue