in-style
| Description | How to align the 'in' keyword with respect to the 'let' keyword |
|---|---|
| Options |
|
| Default | right-align |
| Ormolu | right-align |
| Since | v0.9.0.0 |
Examples
testUser =
let name = "Alice"
age = 30
in User name age
testUser =
let name = "Alice"
age = 30
in User name age
testUser =
let name = "Alice"
age = 30
in User name age
For more examples, see the test files.