Lennart Spitzner
|
8de56ba11d
|
Support import column vs import-as column
|
2018-03-21 01:02:44 +01:00 |
Lennart Spitzner
|
4b12115712
|
Merge branch 'master' into import
|
2018-03-12 19:47:20 +01:00 |
Lennart Spitzner
|
15d2250c0b
|
Change _lconfig_importColumn default: 60 -> 50
|
2018-03-12 17:21:28 +01:00 |
Lennart Spitzner
|
833ac95fd7
|
Add two config options to control preamble layouting
|
2018-03-12 17:11:25 +01:00 |
Lennart Spitzner
|
9531edb2a7
|
Improve module layouting in two aspects
- IEThingWith in export list can now be single-line
- Now respect offset of the "module" keyword
(retain empty lines after pragmas, for example)
|
2018-03-12 16:29:47 +01:00 |
Lennart Spitzner
|
20f9c009ee
|
Stop hanging indent for IEThingWith
plus minor refactors/cleanups
this is more in line with IndentPolicyLeft and imo also looks
nicer in general
|
2018-03-11 22:49:20 +01:00 |
Lennart Spitzner
|
af7f9017b8
|
Fix Alt-transformation bug with BDFEnsureIndents
multiple BDFEnsureIndent nodes were mistreated previously
|
2018-03-11 22:07:12 +01:00 |
Lennart Spitzner
|
41a60ce60f
|
Merge branch 'master' into import
|
2018-03-11 17:43:16 +01:00 |
sniperrifle2004
|
98c93f0d63
|
Move expanded binding list to standard indent level for compact layout
|
2017-12-22 16:35:39 +01:00 |
sniperrifle2004
|
ad34a8b9b9
|
Only expand empty binding list with comments
|
2017-12-22 10:18:09 +01:00 |
sniperrifle2004
|
3708838b6a
|
Also handle comments inside ThingWith
|
2017-12-22 06:58:39 +01:00 |
sniperrifle2004
|
21c080572b
|
Add compact version of import layout
Also let layoutLLIEs deal with comments
|
2017-12-21 23:51:27 +01:00 |
Lennart Spitzner
|
82a5ffb3b3
|
Refactor a bit more
- remove unnecessary docWrapNodeRest
- make sure that sharing is correct and non-redundant
|
2017-12-21 17:56:54 +01:00 |
Lennart Spitzner
|
33f23a65ec
|
Refactor and Add missing docSharedWrapper
|
2017-12-21 15:44:58 +01:00 |
Lennart Spitzner
|
f651d02898
|
Merge branch 'dev' into import
|
2017-12-19 22:27:37 +01:00 |
Lennart Spitzner
|
ce7ec0b467
|
Fix warning
|
2017-12-19 17:55:31 +01:00 |
sniperrifle2004
|
162b6e6bfd
|
Also fix export comments
Also refactored a little to improve reuse of the docWrapNode logic
|
2017-12-19 16:33:13 +01:00 |
sniperrifle2004
|
a59df1f391
|
Fix comments!! 🎉
|
2017-12-19 14:28:22 +01:00 |
sniperrifle2004
|
7c51a181c8
|
Fix operators for ThingWith
|
2017-12-19 01:17:19 +01:00 |
sniperrifle2004
|
eac17b1bf2
|
Also render comments on the binding list
|
2017-12-19 01:11:25 +01:00 |
Lennart Spitzner
|
8c3a9bec25
|
Fix operators in import list
|
2017-12-18 18:56:50 +01:00 |
sniperrifle2004
|
c3b6e17261
|
Improve layout for imports
|
2017-12-18 13:17:24 +01:00 |
Lennart Spitzner
|
204f0aff08
|
import+module: Refactor and Simplify slightly
|
2017-12-17 21:14:46 +01:00 |
sniperrifle2004
|
e140cd01e0
|
Add directives for ghc > 8.2
|
2017-12-17 14:06:41 +01:00 |
sniperrifle2004
|
a72465ebef
|
Add context-free tests
|
2017-12-17 13:13:19 +01:00 |
sniperrifle2004
|
ee9abff9e8
|
Add import and module support
|
2017-12-17 12:51:04 +01:00 |