clang-format-ex

0.0.4 • Public • Published

CLANG FORMAT EXTENDED

NPM License: MIT TypeScript code style: prettier

Install with

  > npm i clang-format-ex -g

Usage

  > clang-format-ex -i .

Replace a call to clang-format with clang-format-ex and see the magic happen

clang-format-ex is also Cross-Platform and works on Linux, Windows, Mac etc.

By default, Clang-Format cannot support globs and cannot be configured to ignore .gitignore or any other folder easily

IGNORE

  1. .gitignore
  2. .clang-format-ignore

Add glob of content to ignore to either of these files

How It Works?

  1. Takes all Globs as Input
  2. Find the names of all files that satisfy the Globs
  3. Perform Clang-Format processing on all these files

Requirements?

  1. Need to have clang-format installed

Dependencies (2)

Dev Dependencies (13)

Package Sidebar

Install

npm i clang-format-ex

Weekly Downloads

3

Version

0.0.4

License

MIT

Unpacked Size

21.9 kB

Total Files

27

Last publish

Collaborators

  • pratikpc