Different formatting conventions on load vs. save?
Can resharper apply a format on load (and treat the file as unmodified in Visual Studio), but when I save, format it differently?
Specifically, I would like to see the following in all C# code:
string method() {
}
but the company standard is:
string method()
{
}
which I am not fond of. It would be *awesome* if I could get everything to look right for me, but upon save be formatted to company standard.
Thank you!
Please sign in to leave a comment.
Hello Erik
ReSharper does not have such mechanism. However, there is the following ticket - http://youtrack.jetbrains.com/issue/RSRP-330368. You are welcome to comment and vote for it.
Thanks!