haskell / haskell/stylish-haskell

Break overly-long lines in type constructor list in import list

Aperta
#35 2 commenti 7 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Haskell
Stelle
1k
Fork
153
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Example:

``` Haskell
import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll, HsEThingWith, HsEModuleContents)
```

should be converted to

``` Haskell
import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll,
HsEThingWith, HsEModuleContents)
```

(Note that I'm starting a new line after the last constructor which is still within 80 chars
from the end of the line.)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.