update
This commit is contained in:
parent
3dbb44a787
commit
5a6ff0b0f3
|
@ -70,6 +70,14 @@ that line up with the open and close punctuation.
|
||||||
, address = "baz"
|
, address = "baz"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Similarly, data structures line up the leading `=` with the following `|`
|
||||||
|
|
||||||
|
data Foo
|
||||||
|
= Bar
|
||||||
|
| Baz
|
||||||
|
| Quux Foo
|
||||||
|
deriving (Eq, Ord)
|
||||||
|
|
||||||
Module imports are separated into two blocks, one for third-party modules,
|
Module imports are separated into two blocks, one for third-party modules,
|
||||||
and one for modules that are part of propellor. (Additional blocks can be used
|
and one for modules that are part of propellor. (Additional blocks can be used
|
||||||
if it makes sense.)
|
if it makes sense.)
|
||||||
|
|
Loading…
Reference in New Issue