robotframework-tidy icon indicating copy to clipboard operation
robotframework-tidy copied to clipboard

[Enhancement] Change tranformer configuration inside formatted file

Open gohierf opened this issue 1 year ago • 0 comments

It would be nice to be able to change the transformer configuration from a comment in the file.

For instance, for some test case I want a different alignment width than the default I could use.

*** TestCases ***  # robotidy: configAlignKeywordsSection:widths=10
My First Test
    No Operation

# robotidy: configAlignKeywordsSection:widths=20
My Second Test
    No Operation

My Third Test
    No Operation

gohierf avatar Mar 06 '24 08:03 gohierf