Ignore whitespace around curly braces
It would be nice to have an option to ignore whether the curly braces around statements are placed on the same line or a new line, to ease merging after the VS editor automatically applied the preferred style of different developers.
if (foo) {
bar();
}
vs
if (foo)
{
bar();
}
or even
if (foo) { bar(); }
27
votes
Xanti
shared this idea
New SemanticMerge able to skip format conflicts.
Check it out!
http://blog.semanticmerge.com/2014/05/skip-format-conflicts-with-new.html
-
miryamgsm commented
A new release (1.0.64) has been publish with support for this! Check it out!