brighterscript-formatter
Advanced tools
Changelog
[1.2.0] - 2020-05-20
insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces
which...does what it says. (#16class
, endclass
, namespace
, endnamespace
as an object property (#18)Changelog
[1.1.8] - 2020-05-11
someObj[someKey]()
) (#15)Changelog
[1.1.5] - 2020-05-01
typeCaseOverride
which works just like keywordCaseOverride
but only for type tokens.keywordCaseOverride
and typeCaseOverride
characters now support using the literal tokens #if
, #else
, etc...Changelog
[1.1.4] - 2020-05-01
#ELSE IF
and #END IF
.Changelog
[1.1.3] - 2020-05-01
++
and --
(#10)null
to keywordCaseOverride would case crashChangelog
[1.1.1] - 2020-04-27
foreach
statementsChangelog
[1.1.0] - 2020-04-23