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:

enter image description here

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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -