Code Formatting - PHP

Hi 

 

The formatting I have setup is almost perfect. I just need one more small tweak but can't figure out how to do it.

 

Currently I have it setup so if statements look like this

if(something) {

}

 

But I want to add a space between the if and first bracket. Is this possible?

if (something) {

}

 

Thanks

0
1 comment
Avatar
Permanently deleted user

I figured it out. I needed to check the following: 

Code Style -> PHP -> Spaces -> Before Parentheses

1

Please sign in to leave a comment.