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

CI: Check for trailing whitespace #476

Open sorki opened 7 months ago

sorki commented 7 months ago

and also double new-lines. This we loose with ormolu removal but it is also an overkill for that (a grep should do).