corpus

Log | Files | Refs | README | LICENSE

commit 12fde33d119bb89bc332c4e17551d03feeadb328
parent 84a7307cd1eb5d243fbbd35e1f3f853ffe950018
Author: mtmn <miro@haravara.org>
Date:   Mon,  1 Jun 2026 21:23:20 +0200

chore: add purs-tidy config

Diffstat:
A.tidyrc.json | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.tidyrc.json b/.tidyrc.json @@ -0,0 +1,10 @@ +{ + "importSort": "source", + "importWrap": "source", + "indent": 2, + "operatorsFile": null, + "ribbon": 1, + "typeArrowPlacement": "first", + "unicode": "source", + "width": null +}