From 9be7dedbd4e8f76ac799b88ee74607261e87879a Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 16 Sep 2017 15:00:23 +0200 Subject: [PATCH] As with every new file: use tabs. Why can't VS respect .editorconfig when creating new files? --- ICSharpCode.Decompiler/Util/LongDict.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ICSharpCode.Decompiler/Util/LongDict.cs b/ICSharpCode.Decompiler/Util/LongDict.cs index 109b530e7..840e48e48 100644 --- a/ICSharpCode.Decompiler/Util/LongDict.cs +++ b/ICSharpCode.Decompiler/Util/LongDict.cs @@ -35,8 +35,8 @@ namespace ICSharpCode.Decompiler.Util /// /// An immutable mapping from keys of type long to values of type T. /// - struct LongDict : IEnumerable> - { + struct LongDict : IEnumerable> + { readonly LongInterval[] keys; readonly T[] values;