npm.io
0.0.2 • Published 6 years agoCLI

@seadub/clang-format-lint

Licence
MIT
Version
0.0.2
Deps
3
Size
5 kB
Vulns
0
Weekly
0

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

Keywords