How to disable auto-reformatting function
Hi there,
I tuned my PHPStorm reformatting rules fine but I want to disable the auto-reformatting actions.
Now, every time I insert the closing brace at the function or class end, PHPStorm reformat my code automatically. This is tedious expecially when you have to edit a file under source control system (git).
Some one could help me please ?
Roberto
请先登录再写评论。
Hi there,

Settings (Preferences on Mac) | Editor | General | Smart Keys
Wonderfull !
It works as I want !!
:)
thank you very much