Adds insertSpaceAfterConditionalCompileSymbol formatting option which will add a single space (true) or remove all whitespace (false) between the # and the following keyword.
Also fixes indentation formatting related to conditional compile tokens that have spaces after the # (like # if, # else if, etc...).
Adds
insertSpaceAfterConditionalCompileSymbol
formatting option which will add a single space (true
) or remove all whitespace (false
) between the#
and the following keyword.Also fixes indentation formatting related to conditional compile tokens that have spaces after the
#
(like# if
,# else if
, etc...).Depends on https://github.com/rokucommunity/brighterscript/pull/1090