Wrong line indents after data paste
When I copy one block of text which has 2 tabs in the beginning of each line:
And paste it, here is what I get:
First line starts at the cursor, then cursor moves down (not to the beginning of line, but just below "$this->...") and 2 tabs are still added(
That didn't happen in PhpStorm < 3 All lines where copied as is.
Maybe you have an option to control this in the settings?
Thanks!
Please sign in to leave a comment.
Hi Igor,
Please check File | Settings | Editor | Smart Keys --> Reformat on Paste
Yes that's worked!
Thank you, Andriy!