Peter Ivanoff
Peter Ivanoff

Reputation: 77

How to disable in PhpStorm/WebStorm auto line breaks if insert brace "{"

I have trouble in .js or .vue or .php and other different extensions

For example, I have that:

enter image description here

Then I press { button (for insert that symbol), and see that (immediately):

enter image description here

I already tested all settings of PhpStorm, but problem is stayed...

Mac OS Catalina 10.15.3 (19D76) / JetBrains PhpStorm 2019.3.1 and 2020.1 EAP (anyway)

Upvotes: 0

Views: 370

Answers (1)

Peter Ivanoff
Peter Ivanoff

Reputation: 77

I fixed it!

Plugin IdeaVim (for JetBrains products) works correct, but his config file ~/.ideavimrc contains line: source ~/.vimrc who init incorrect behavior.

Upvotes: 2

Related Questions