haskell / haskell/stylish-haskell
Option to align equals signs
Aperta
- Lingua principale
- Haskell
- Stelle
- 1k
- Fork
- 153
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I would find it useful to be able to align equals signs by padding them with spaces.
For example
```
filter p (x:xs)
| p x = x : filter p xs
| otherwise = filter p xs
```
would become
```
filter p (x:xs)
| p x = x : filter p xs
| otherwise = filter p xs
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.