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
Allow to configure how some separators behaves, for example FOR:
FOR ${var} ${var2} IN ZIP @{list1} @{list2}
END
uses 4 spaces by default for FOR arguments where it could use 2. Same goes for keyword arguments, tags etc. It could be possible to configure some separators to create more concise output.
Refer to RF coding style guide for inspiration what could be configurable.
The text was updated successfully, but these errors were encountered:
Allow to configure how some separators behaves, for example FOR:
uses 4 spaces by default for FOR arguments where it could use 2. Same goes for keyword arguments, tags etc. It could be possible to configure some separators to create more concise output.
Refer to RF coding style guide for inspiration what could be configurable.
The text was updated successfully, but these errors were encountered: