Thomas Gottschall
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Thomas Gottschall created a post, PhpStorm 10, idention issue
Hi there,I'd like to configure the following:function x($a,b){if ($a<$b)[TAB]{[TAB]return($a);[TAB]}else[TAB]{[TAB]return($b);[TAB]}}what PhpStorm gives me right now is:function x($a,b){[TAB]if ($a...