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.41k stars 142 forks source link

CI: Check for trailing whitespace #476

Open sorki opened 10 months ago

sorki commented 10 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).