You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flux script editor will insert a tab when you use the TAB key, but then the auto-indents will use spaces with the same number of spaces instead of replicating the original tab. So you end up with this:
from(bucket: "my-bucket")
<TAB> |> range(start: dashboardTime)
|> filter(...)
The first enter does not auto-indent, but the enter key after the second line begins the auto-indent with spaces instead of tabs.
The text was updated successfully, but these errors were encountered:
The flux script editor will insert a tab when you use the
TAB
key, but then the auto-indents will use spaces with the same number of spaces instead of replicating the original tab. So you end up with this:The text was updated successfully, but these errors were encountered: