If I copy paste indented text e.g.:
foo
bar
123
to PhpStorm, then the formatting and indentation gets lost.
My PhpStorm is fresh installed
If I copy paste indented text e.g.:
foo
bar
123
to PhpStorm, then the formatting and indentation gets lost.
My PhpStorm is fresh installed
Try changing the option File | Settings | Editor | General | Smart Keys | Reformat on paste
to None
If you don't want to change your global settings, you may also use Past Simple
option to ad-hoc skip autoformatting on paste.