@wasm-fmt/clang-format 18.1.6 → 18.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/clang-format.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,13 @@ npx jsr add @fmt/clang-format
|
|
|
16
16
|
|
|
17
17
|
# Usage
|
|
18
18
|
|
|
19
|
+
## CLI
|
|
20
|
+
|
|
21
|
+
This repository contains two executable files, namely clang-format and git-clang-format.
|
|
22
|
+
For more information, please refer to https://clang.llvm.org/docs/ClangFormat.html
|
|
23
|
+
|
|
24
|
+
## API
|
|
25
|
+
|
|
19
26
|
```JavaScript
|
|
20
27
|
import init, { format } from "@wasm-fmt/clang-format";
|
|
21
28
|
|
package/clang-format.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED