@seadub/clang-format-lint

0.0.2 • Public • Published

clang-format-lint

A very simple wrapper around the clang-format npm package/binary.

Intended to be used to either validate existing files, or automatically fix the formatting on them.

Usage:

npx clang-format-lint [--fix] [--exec-limit [limit]] glob[ glob]*

e.g. To check if your source files match your formatting rules:

npx clang-format-lint android/src/**/*.java

e.g. To ensure your source files match your formatting rules:

npx clang-format-lint --fix android/src/**/*.java

Readme

Keywords

Package Sidebar

Install

npm i @seadub/clang-format-lint

Weekly Downloads

142

Version

0.0.2

License

MIT

Unpacked Size

5.04 kB

Total Files

4

Last publish

Collaborators

  • seadub