在eclipse中使用内联注释时//
,为了我的缘故,使用制表符将所有注释对齐在同一位置,即:
$this->site=new openRTB_site($mixed->site); //See Site Object
$this->device=new openRTB_device($mixed->device); //See Device Object
但是当我提交到 github 并在那里查看文件时,我的一些行被破坏了,例如:
$this->site=new openRTB_site($mixed->site); //See Site Object
$this->device=new openRTB_device($mixed->device); //See Device Object
我怎样才能以舒适的方式处理这个?(不使用外部空白解析器)
我的损坏文件示例:https ://github.com/ulkas/openRTBphp4/blob/master/openRTBphp4.php