Discussion:
Auto indent after if in php
mauro
2014-10-22 12:29:46 UTC
Permalink
Running the latest version. on Windows.

Iv end up with an annoying issue where after typing out:
if(true)

and pressing enter, automatically inserts new indentation.
so i get
if(true)
{
}


I went over all the formatting options and nothing seemed to change that.
Loading...