clangformatjs

1.0.0 • Public • Published

clangformatjs

Formats your code according to the .clang-format file and a given glob.

Just give it a path.

npx clangformatjs src/**/*{.cpp,.hpp}

Or use another clang-format bin.

npx clangformatjs --clang-format-bin=/usr/local/bin/clang-format src/**/*{.c,.h}

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i clangformatjs

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.49 kB

    Total Files

    3

    Last publish

    Collaborators

    • daaitch