akalongman / akalongman/sublimetext-codeformatter
Code Alignment for AlignEquals has issue
オープン
- 主要言語
- Python
- スター
- 772
- フォーク
- 128
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hello There,
My Code is ,
```php
$fines=$response['summary']=$this->feesLib->calculateTotalFine($studentId, $feeCollection);
```
after formatting, it becomes (Unreadable),
```php
$fines = $response['summary'] = $this->feesLib->calculateTotalFine($studentId, $feeCollection);
```
and i wnat only one space in between variable and its assignment like,
```php
$fines = $response['summary'] = $this->feesLib->calculateTotalFine($studentId, $feeCollection);
```
コントリビューションガイド
評価
この issue はまだ評価されていません。