openscad-format icon indicating copy to clipboard operation
openscad-format copied to clipboard

A source code formatter for the OpenSCAD language.

Results 8 openscad-format issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce 1. Create a docker image with openscad-format in it from a `Dockerfile`: ``` FROM node:alpine RUN npm install -g openscad-format ``` 2. Make an OpenSCAD file...

Cannot point out at what is making it go wrong. Maybe you are interested in debugging? Using [email protected] Renamed the file for Github. [USB Hub Holder.txt](https://github.com/Maxattax97/openscad-format/files/5759203/USB.Hub.Holder.txt)

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

``` $ cat .openscad-format --- BasedOnStyle: Mozilla ColumnLimit: 80 # SortIncludes: true IndentWidth: 4 AccessModifierOffset: -4 ContinuationIndentWidth: 4 TabWidth: 4 UseTab: Never $ npm install openscad-format + [email protected] added 191...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

in VSCode I found "openscad-format" v1.0.1 as a possible openscad formater. Installed and.. an error (on both Catalina and BigSure): "**The 'openscad-format' command is not available. Please check your openscad-format.executable...