Visual Studio 2015 code format issue -
in vs 2015 options under text editor > c# > tabs
set indenting
smart
, checked option keep tabs
.
now if auto-format code, formated expected.
space before comment changed spaces if there tabs:
in previous versions of visual studio, tabs stays on auto code formatting.
there seems no option change behavior.
this not issue of beautification.
issue me, because auto-formated files marked different our tool chain.
how can prevent this?
i opened issue on github.
this stated "intentional change".
because files has been auto-formated has spaces instead of tabs, huge amount of file differences show in our tool chain. hard accept.
Comments
Post a Comment