fixed line endings to lf to match editorconfig
Some checks failed
FModel QA Builder / build (push) Has been cancelled

This commit is contained in:
Marlon
2026-01-27 14:17:43 +01:00
parent 892dd8cdef
commit 14e05da2e0
129 changed files with 2192 additions and 2192 deletions

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks.Dataflow;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Input;
namespace FModel.Framework;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using HarfBuzzSharp;
using SkiaSharp;
using SkiaSharp.HarfBuzz;

View File

@@ -1,4 +1,4 @@
namespace FModel.Framework;
namespace FModel.Framework;
public class FStatus : ViewModel
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
using CUE4Parse.Compression;
using CUE4Parse.FileProvider.Objects;
using CUE4Parse.UE4.Assets.Objects;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;

View File

@@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using System.Windows.Input;
namespace FModel.Framework;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using RestSharp;

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
namespace FModel.Framework;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics;
using System.Reflection;
using Serilog.Core;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace FModel.Framework;