- changed tabs to spaces

- formatted all files in accordance to the new spec
This commit is contained in:
David Khachaturov 2020-05-21 15:27:28 +01:00
parent 5290a152da
commit d539425b7b
10 changed files with 2827 additions and 2827 deletions

View file

@ -5,7 +5,8 @@
root = true
# All files
[*]
indent_style = tab
indent_size = 4
indent_style = space
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4

View file

@ -28,8 +28,7 @@ namespace BetterJoyForCemu {
}
private bool ContainsText(ListBox a, String manu) {
foreach (var v in a.Items)
{
foreach (var v in a.Items) {
dynamic d = v as dynamic;
if (d.Text == null)
continue;