ReSharper Code Cleanup/Reformat Code feature vs Versioning Control Systems

Posted by Romain Verdier on Stack Overflow See other posts from Stack Overflow or by Romain Verdier
Published on 2008-09-11T11:32:16Z Indexed on 2010/03/23 13:53 UTC
Read the original article Hit count: 431

Filed under:
|
|

ReSharper Code cleanup feature (with "reorder members" and "reformat code" enabled) is really great. You define a layout template using XML, then a simple key combination reorganizes your whole source file (or folder/project/solution) according to the rules you set in the template.

Anyway, do you think that could be a problem regarding VCS like subversion, cvs, git, etc. ? Is there a chance that it causes many undesired conflicts ?

Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about version-control