akalongman / akalongman/sublimetext-codeformatter
Keywords don't align in vbscript file
Ouverte
- Langage dominant
- Python
- Étoiles
- 772
- Forks
- 128
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.