UNPKG

clang-format-git

Version:

Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉

17 lines (16 loc) 595 B
/** * The ABSOLUTE path to the `git-clang-format` executable binary based on the OS platform and architecture. * * @alias `clangFormatGitPath`. See {@link clangFormatGitPath}. * @version `v1.2.0` Initial release. * @see https://clang-format-node.lumir.page/docs/apis/clang-format-git */ export const gitClangFormatPath: string; /** * Alias for `gitClangFormatPath`. * * @alias `gitClangFormatPath`. See {@link gitClangFormatPath}. * @version `v1.2.0` Initial release. * @see https://clang-format-node.lumir.page/docs/apis/clang-format-git */ export const clangFormatGitPath: string;