1
1
mirror of https://github.com/google/ormolu.git synced 2024-12-11 08:44:45 +03:00
ormolu/data/examples/declaration
mrkkrp 1b287b3b0d Change formatting of operators and infix constructors
This formatting scheme is more appropriate if you think of chaining multiple
infix expressions and combining it with do-blocks. The operator should hang
on previous line instead going first on the next line, e.g.:

foo +
  bar

instead of

foo
  + bar
2019-06-05 20:36:04 +02:00
..
data Build the project with Nix and switct to GHC 8.6.4 2019-05-31 14:43:15 +02:00
type Implement signature declarations 2019-05-16 19:03:14 +02:00
type-families Build the project with Nix and switct to GHC 8.6.4 2019-05-31 14:43:15 +02:00
type-synonyms Implement rendering of type synonyms 2019-04-09 22:45:23 +02:00
value Change formatting of operators and infix constructors 2019-06-05 20:36:04 +02:00