How to paste code without reformating in IDEA

I want to prevent Intellij IDEA from reformating my code when I paste it.
How can I do this?

P.S. It is needed because I can't customize code formatting for Erlang (ErlGray plugin)


In the case anyone else comes across this and doesn't want to change their project-wide settings, I just recently found a "Paste Simple" command (Ctrl+Alt+Shift+V). I'm not sure what version it was added, but it's there as of IntelliJ 13.


Set Settings (Preferences on Mac) | Editor | Smart Keys | Reformat on Paste to None:

reformat on paste


I found changing Reformat on Paste to None alone didn't work for me. I also had to untick "Smart indent pasted lines"

enter image description here