Editorconfig cleanup of STFS

This commit is contained in:
Matt Nadareski
2026-04-07 22:20:14 -04:00
parent 7485a43364
commit 574b993985
15 changed files with 233 additions and 256 deletions

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace SabreTools.Data.Models.STFS
{
/// <summary>
@@ -30,7 +28,7 @@ namespace SabreTools.Data.Models.STFS
public LicenseEntry[] LicensingData { get; set; } = new LicenseEntry[16];
/// <summary>
/// SHA-1 Integrity Hash of the header (from ContentType/0x344 to first hash table)
/// SHA-1 Integrity Hash of the header (from ContentType/0x344 to first hash table)
/// </summary>
/// <remarks>20 bytes</remarks>
public byte[] HeaderHash { get; set; } = new byte[20];