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
Given some ports definition (like is in the Spicy protocol plugin template), the indentation doesn't start until the first item, so comments get unindented:
const ports = {
- # This comment gets unindented+# This comment gets unindented
1234/tcp,
# This one stays, though
5678/tcp,
};
I would expect no change.
The text was updated successfully, but these errors were encountered:
Given some
ports
definition (like is in the Spicy protocol plugin template), the indentation doesn't start until the first item, so comments get unindented:I would expect no change.
The text was updated successfully, but these errors were encountered: