If you add this option after the option --compare <project1> <project2>
, then whitespace is ignored in the project comparison. Note that semantically relevant
spaces, for example in STRING
literals, are still taken into account.
Syntax
--compare="<path of project file>" "<path of reference project file>" --ignorewhitespace="true"|"false"
Example
Automation Builder.exe --compare "D:\proj\project1.project" "D:\proj\project2.project" --ignorewhitespace="true"