clangformatjs
v1.0.0
Published
Formats your code with clang-format.
Downloads
3
Readme
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}