0.0.4 • Published 4 years ago

clang-format-ex v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago