rokucommunity / brighterscript-formatter

A code formatter for BrighterScript (and BrightScript)
MIT License
15 stars 4 forks source link

Does not add at least one space between import statements #54

Closed TwitchBronBron closed 2 years ago

TwitchBronBron commented 2 years ago

This is valid syntax:

import"script.bs"

The formatter won't add a space between import and ", but it should.