I'd like to use resharper formatting for all my razor in VS 2010. (because VS indents incorrectly) So I want to disable VS format on paste for razor however I still would like format on paste ON in c# files.
Is this possible? (is this possible in VS2012)
Note: I can disable it for c# and razor by setting:
Tools > Options > Text Editor > C# > Formatting > [uncheck] Automatically format on paste
but I can't disable it just for razor, perhaps there's an extension? or some way to have resharper take control?