clang-format-git-python
Version:
Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉
16 lines (15 loc) • 715 B
TypeScript
/**
* The ABSOLUTE path to the [`git-clang-format`](https://github.com/lumirlumir/npm-clang-format-node/blob/main/packages/clang-format-git-python/script/git-clang-format) Python script.
* @type {string}
* @alias `clangFormatGitPythonPath`. See {@link clangFormatGitPythonPath}.
* @version `v1.2.0` Initial release.
* @see https://clang-format-node.lumir.page/docs/apis/clang-format-git-python
*/
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-python
*/
export const clangFormatGitPythonPath: string;