Open gundermanc opened 6 years ago
related to #25303
I think this can be closed. The source code produced by the decompiler is reformatted using Formatter.FormatAsync
. See https://github.com/dotnet/roslyn/blob/7d97db435f1d30285efdc8f77e1d573ea8b5075a/src/EditorFeatures/CSharp/DecompiledSource/CSharpDecompiledSourceService.cs#L83-L86
Version Used: Visual Studio 2017 15.8 Preview 3.0
Steps to Reproduce:
Expected Behavior: File is decompiled using user's line endings preference.
Actual Behavior: File is decompiled using tabs.