MAINT: Apply pre-commit

Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
This commit is contained in:
Martin Thoma
2022-03-05 09:29:23 +01:00
parent f5e33ae38f
commit e64fb6795c
536 changed files with 6267 additions and 5556 deletions

View File

@@ -30,4 +30,4 @@ namespace Tower.Models
IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();
}
}
}

View File

@@ -84,4 +84,4 @@ namespace Tower.Models
public void Reset() => _enumerators.ForEach(e => e.Reset());
}
}
}
}

View File

@@ -1 +1 @@
How many disks do you want to move (7 is max)
How many disks do you want to move (7 is max)

View File

@@ -1,2 +1,2 @@
All right, wise guy, if you can't play the game right, I'll
just take my puzzle and go home. So long.
just take my puzzle and go home. So long.

View File

@@ -1 +1 @@
Sorry, but i can't do that job for you.
Sorry, but i can't do that job for you.

View File

@@ -1 +1 @@
That disk is not in play. Make another choice.
That disk is not in play. Make another choice.

View File

@@ -1 +1 @@
Which disk would you like to move
Which disk would you like to move

View File

@@ -1 +1 @@
Stop wasting my time. Go bother someone else.
Stop wasting my time. Go bother someone else.

View File

@@ -1 +1 @@
Illegal entry... You may only type 3, 5, 7, 9, 11, 13, or 15.
Illegal entry... You may only type 3, 5, 7, 9, 11, 13, or 15.

View File

@@ -1 +1 @@
That disk is below another one. Make another choice.
That disk is below another one. Make another choice.

View File

@@ -1,3 +1,3 @@
You can't place a larger disk on top of a smaller one,
it might crush it!
Now then,
Now then,

View File

@@ -8,4 +8,3 @@ startup with the disks on needle 1, and attempt to move them
to needle 3.
Good luck!

View File

@@ -4,4 +4,3 @@ Towers of Hanoi puzzle.
You must transfer the disks from the left to the right
tower, one at a time, never putting a larger dish on a
smaller disk.

View File

@@ -1 +1 @@
Place disk on which needle
Place disk on which needle

View File

@@ -1,2 +1,2 @@
I tried to warn you, but you wouldn't listen,
Bye bye, big shot.
Bye bye, big shot.

View File

@@ -1,2 +1,2 @@
I'll assume you hit the wrong key this time. But watch it,
I only allow one mistake
I only allow one mistake

View File

@@ -1,2 +1,2 @@
Try again (Yes or No)
Try again (Yes or No)

View File

@@ -1,2 +1,2 @@
You have performed the task in {0} moves.
You have performed the task in {0} moves.

View File

@@ -1,5 +1,2 @@
Towers
Creative Computing Morristown, New Jersey

View File

@@ -1,2 +1,2 @@
Sorry, but I have orders to stop if you make more than
128 moves.
128 moves.

View File

@@ -1,2 +1,2 @@
'Yes' or 'No' please
'Yes' or 'No' please

View File

@@ -38,4 +38,4 @@ namespace Tower.UI
return integer == number && _validValues.Contains(integer);
}
}
}
}

View File

@@ -34,4 +34,4 @@ namespace Tower.UI
}
}
}
}
}