clang-format-git
Version:
Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉
6 lines (5 loc) • 369 B
TypeScript
import { getGitClangFormatPath } from "./utils/getGitClangFormatPath";
import { getClangFormatGitPath } from "./utils/getGitClangFormatPath";
import { gitClangFormatPath } from "./utils/gitClangFormatPath";
import { clangFormatGitPath } from "./utils/gitClangFormatPath";
export { getGitClangFormatPath, getClangFormatGitPath, gitClangFormatPath, clangFormatGitPath };