akalongman / akalongman/sublimetext-codeformatter

Keywords don't align in vbscript file

Abierto
#187 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
772
Forks
128
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.