Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
11.2
-
None
-
None
Description
Hi, I wanted to ask if you can make this change.
Menu: "Tools -> Options -> Editor -> Formatting"
Language: PHP
Category: Spaces
Section: "Around Operators"
Is it possible to add the "Boolean Operators" checkbox to differentiate them from the "Binary Operators"?
Example:
if($a==1 && $b!=2)