Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.32k stars 140 forks source link

Git friendly import lists #477

Open sorki opened 7 months ago

sorki commented 7 months ago

Idea is to reformat all of the import/export lists using patched version of stylish-haskell which is only configured to touch exports/imports but not the rest of the code.

This will make git diffs sane and lead to much less merge conflicts and obsessing over sorting/formatting of them.

Add some not about how to run it / install a pre commit hook.