Lennart Spitzner
|
28e3ec18a3
|
Implement new config flag UnknownOperatorHandling
|
2023-08-31 13:59:29 +02:00 |
Lennart Spitzner
|
a6e187e962
|
Fix multiline-list indentation past comma level
|
2023-06-20 17:06:50 +00:00 |
Lennart Spitzner
|
5481e5015f
|
Make use of OpTree for type (signature) layouting, Fix layout
Some more cases that still produced broken layout on interaction
with do-blocks were fixed.
|
2023-05-29 20:44:01 +00:00 |
Lennart Spitzner
|
7bf2879ac0
|
Deny one layout for OpApp cases unless precedence<=1
Previously allowed: `foo = abc + def-as-par`
Still allowed: `foo = abc $ def-as-par`
Still allowed: `foo = abc <&> \x -> def-as-par`
|
2023-05-08 15:15:14 +00:00 |
Lennart Spitzner
|
884c7da97c
|
Allow special layout for HsApp with HsDo/HsSpiceE args
|
2023-05-02 09:56:39 +00:00 |
Lennart Spitzner
|
99e5aacb5e
|
Discard special case for non-nested OpApp
|
2023-05-02 09:16:04 +00:00 |
Lennart Spitzner
|
676695a609
|
Implement fixity-aware-ops feature
|
2023-05-02 09:16:03 +00:00 |
Lennart Spitzner
|
83b13d61a0
|
Change behaviour: Less par-spacing for function application
|
2023-05-02 09:16:03 +00:00 |
Lennart Spitzner
|
bff9bfb312
|
Support and use nested file structure for tests
|
2023-05-02 09:16:03 +00:00 |
Lennart Spitzner
|
4e397441b9
|
Revert "Split tests into individual files"
This reverts commit 21e86adf6e .
|
2023-05-02 09:16:00 +00:00 |