Adjust to a 4 space standard

This commit is contained in:
Gustas
2025-02-18 21:17:17 +02:00
committed by Paul Chote
parent 70bb01a2c7
commit 85020bc2af
19 changed files with 1041 additions and 993 deletions

View File

@@ -183,7 +183,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
type = type.Replace("text", "");
}
build += $" .{type} = {candidate.Value}\n";
build += $" .{type} = {candidate.Value}\n";
foreach (var node in candidate.Nodes)
node.Value.Value = $"{key}.{type}";
}

View File

@@ -214,7 +214,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
foreach (var candidate in grouping)
{
var type = candidate.Key;
build += $" .{type} = {candidate.Value}\n";
build += $" .{type} = {candidate.Value}\n";
foreach (var node in candidate.Nodes)
node.Value.Value = $"{key}.{type}";