akalongman / akalongman/sublimetext-codeformatter
Keywords don't align in vbscript file
Open
- Dominant language
- Python
- Stars
- 772
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.