Skip to content

Split too long FOR header #577

Open
Open
@bhirsz

Description

@bhirsz
Member

For example:

FOR    ${file}    IN    test_data/subdir/file.csv    test_data/subdir/file2.csv    test_data/subdir/file3.csv    test_data/subdir/file4.csv    test_data/subdir/file4.csv

to

FOR    ${file}    IN    test_data/subdir/file.csv
...    test_data/subdir/file2.csv
...    test_data/subdir/file3.csv
...    test_data/subdir/file4.csv
...    test_data/subdir/file4.csv

or something similar.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bhirsz

        Issue actions

          Split too long FOR header · Issue #577 · MarketSquare/robotframework-tidy