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
I can reproduce it and I will fix it - robotidy should respect tab separator. Though since we mostly focus on space support it's the issue for most of our transformers. For example following variables section will be also formatted to use space regardless of separator value:
*** Variables ***
${SHORT} a
${LONG_VARIABLE_NAME} b
I can add some tests to see to catch and fix those issues, but feel free to report similar cases.
Activity
bhirsz commentedon Jun 12, 2023
Thanks for the report, I will investigate it.
bhirsz commentedon Jun 12, 2023
I can reproduce it and I will fix it - robotidy should respect tab separator. Though since we mostly focus on space support it's the issue for most of our transformers. For example following variables section will be also formatted to use space regardless of
separator
value:I can add some tests to see to catch and fix those issues, but feel free to report similar cases.