akalongman / akalongman/sublimetext-codeformatter
Code Alignment for AlignEquals has issue
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 772
- Fork
- 128
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.