code style - short echo statements Permanently deleted user 创建于 2013年10月10日 22:52 i've noticed that reformatting my code causes this:<?=$var ?>to turn into this:<?= $var ?>note the space before the $. i can't find an option for turning that off in code style, though - is there one?
Joseph feel free to create an issue at: http://youtrack.jetbrains.com/issues/W
created. thank you.