editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

VS 2015 Git merge conflict tool ignoring indentation settings

Open AnyOldName3 opened this issue 5 years ago • 0 comments

I just fixed a fairly big merge conflict with VS 2015's built-in Git merge conflict resolving thing (i.e. the thing where you see the changes in the base branch at the top left, the changes in the target branch at the top right, and the combined file at the bottom). This involved manually rewriting some lines instead of picking an existing version of them from one of the existing branches. Upon finishing the merge commit, I realised that the lines I'd rewritten now had the wrong indentation type.

This is with the 5.0.0 release, so it's not impossible that it's been resolved in an unreleased build.

AnyOldName3 avatar Aug 17 '18 23:08 AnyOldName3