akalongman / akalongman/sublimetext-codeformatter
Keywords don't align in vbscript file
Aperta
- Lingua principale
- Python
- Stelle
- 772
- Fork
- 128
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.