akalongman / akalongman/sublimetext-codeformatter

Keywords don't align in vbscript file

Open
#187 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.