1

If I copy paste indented text e.g.:

foo
    bar
        123

to PhpStorm, then the formatting and indentation gets lost.

enter image description here

My PhpStorm is fresh installed

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Black
  • 18,150
  • 39
  • 158
  • 271

2 Answers2

1

Try changing the option File | Settings | Editor | General | Smart Keys | Reformat on paste to None

Ron Nabuurs
  • 1,528
  • 11
  • 29
1

If you don't want to change your global settings, you may also use Past Simple option to ad-hoc skip autoformatting on paste.

enter image description here

rob006
  • 21,383
  • 5
  • 53
  • 74