clang-format

Automatic code formatter for C, C++, Obj-C, Java, JavaScript, TypeScript

brewmacoslinux
Try with needOr install directly
Source

About

Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript

Commands

clang-formatclang-format-diffgit-clang-format

Examples

Format a single C++ file in-place$ clang-format -i myfile.cpp
Format a file and display output without modifying$ clang-format myfile.js
Format only modified lines in a git commit$ git clang-format