akalongman / akalongman/sublimetext-codeformatter
Keywords don't align in vbscript file
Đ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ả
When I format my vbscript (Ctrl+Alt+F), I get the result as follow,
```
Sub macro()
With ActiveChart
...
End With
If ... Then
...
End If
Do While statement
...
Loop
End Sub
```
But what I want to get is as,
```
Sub macro()
With ActiveChart
...
End With
If ... Then
...
End If
Do While statement
...
Loop
End Sub
```
Is there a bug, or my settings not right?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.