Skip to content

Semi-colons may or may not be insterted in list literals #312

Closed
@SteveGilham

Description

Using fantomas . --recurse --indent 2 --pageWidth 90

Before

       [ "_Binaries/AltCover/Debug+AnyCPU/AltCover.exe"
         "_Binaries/AltCover.Shadow/Debug+AnyCPU/AltCover.Shadow.dll" ])
...
                            [ Path.getFullName
                                "_Binaries/AltCover.Tests/Debug+AnyCPU/__UnitTestWithAltCoverRunner/AltCover.Tests.dll"
                              Path.getFullName
                                "_Binaries/AltCover.Tests/Debug+AnyCPU/__UnitTestWithAltCoverRunner/Sample2.dll" ])

After

       [ "_Binaries/AltCover/Debug+AnyCPU/AltCover.exe";
         "_Binaries/AltCover.Shadow/Debug+AnyCPU/AltCover.Shadow.dll" ])
...
                            [ Path.getFullName
                                "_Binaries/AltCover.Tests/Debug+AnyCPU/__UnitTestWithAltCoverRunner/AltCover.Tests.dll"

                              Path.getFullName
                                "_Binaries/AltCover.Tests/Debug+AnyCPU/__UnitTestWithAltCoverRunner/Sample2.dll" ])

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions