Skip to content

Default installation doesn't seem to work on macOS #11

Description

@jareware
$ cat .openscad-format
---
BasedOnStyle: Mozilla
ColumnLimit: 80
# SortIncludes: true
IndentWidth: 4
AccessModifierOffset: -4
ContinuationIndentWidth: 4
TabWidth: 4
UseTab: Never
$ npm install openscad-format

+ openscad-format@1.0.0
added 191 packages from 177 contributors and audited 191 packages in 6.211s

4 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
$ ./node_modules/.bin/openscad-format --version
1.0.0
$ clang-format --version
clang-format version 11.1.0
$ echo 'cube(1);' > test.scad
$ ./node_modules/.bin/openscad-format < test.scad

The above outputs nothing. 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions