Álvaro González
Álvaro González

Reputation: 146350

Prevent double-indent

What's the code style setting to prevent PhpStorm from adding an extra indentation level when pasting arrays from clipboard?

Screenshot

The most obvious (continuation indent) does not seem to be the one:

Settings

Upvotes: 0

Views: 129

Answers (1)

Álvaro González
Álvaro González

Reputation: 146350

It's Editor/ General/ Smart Keys/ Reformat on paste:

Reformat on paste: Indent Block

Setting it to Indent Block appears to fix the issue while keeping the auto-format feature working.

Upvotes: 1

Related Questions