packages feed

hindent-4.3.10: test/fundamental/tests/8.test

a = [1, 2, 3]

a = [1, 2
    , 3]

a = [ 1
    , 2
    , 3]

a = [ Just theRightAnswerWithAVeryLongLine
    , Just theRightAnswerWithAVeryLongLine
    , Just theRightAnswerWithAVeryLongLine
    , Nothing
    ]

a = [Just theRightAnswerWithAVeryLongLine, Just theRightAnswerWithAVeryLongLine, Just theRightAnswerWithAVeryLongLine, Nothing]

a = [ Just theRightAnswerWithAVeryLongLine, Just theRightAnswerWithAVeryLongLine
    , Just theRightAnswerWithAVeryLongLine, Nothing]

a = [ Just theRightAnswerWithAVeryLongLine
    , Just theRightAnswerWithAVeryLongLine
    , Just theRightAnswerWithAVeryLongLine
    , Nothing]