本文介绍了vsDiffMerge.exe选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
这是我的问题...
我试图避免标签和空格之间的比较重新格式化源代码...
原文:
[tab] int [tab] [tab] X [tab] = [space] 0 ;
替换为
[space] [space] int [space] [space] [space] [space] X [space] = [space] 0;
使用/ ignorespace选项...我仍然收到这两行之间的差异。它仍然指出[tab]在"int"之间。和"X"表示"X"和"X"。正在修改。
我错过了什么!
解决方案
Hi all,
Here is my question...
I try to avoid the comparaison between tabs and space when I reformat source code...
the Original:
[tab]int[tab][tab]X[tab]=[space]0;
replace by
[space][space]int[space][space][space][space]X[space]=[space]0;
with the /ignorespace option... I still receive a difference between these 2 lines. It still pointing that [tab] between "int" and "X" are modification.
Do I miss something!
解决方案
这篇关于vsDiffMerge.exe选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-25 09:03