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 還沒有評估資料。