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
Please sign in to leave a comment.
I figured it out. I needed to check the following:
Code Style -> PHP -> Spaces -> Before Parentheses