Steps to reproduce
- Create a docker image with openscad-format in it from a
Dockerfile:
FROM node:alpine
RUN npm install -g openscad-format
- Make an OpenSCAD file called
test.scad:
- Use openscad-format from inside the docker container:
openscad-format -i path/to/test.scad --force
Expected output (obviously formatting config dependent)
Actual output
Issue
The keyword module and the name of the module are on different lines.
Steps to reproduce
Dockerfile:test.scad:Expected output (obviously formatting config dependent)
Actual output
Issue
The keyword
moduleand the name of the module are on different lines.