Thomas Gottschall

Avatar
  • 活动总数 2
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 1
  • Thomas Gottschall 创建了一个帖子,

    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...