clang-format-git
Version:
Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉
1 lines • 388 B
JavaScript
;var _require=require("os"),platform=_require.platform,arch=_require.arch;var _require2=require("./getGitClangFormatPath"),getGitClangFormatPath=_require2.getGitClangFormatPath;var gitClangFormatPath=getGitClangFormatPath(platform(),arch());var clangFormatGitPath=gitClangFormatPath;module.exports={gitClangFormatPath:gitClangFormatPath,clangFormatGitPath:clangFormatGitPath};