UNPKG

clang-format-git-python

Version:

Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉

16 lines (15 loc) 624 B
"use strict"; /** * @fileoverview Entry file for the `clang-format-git-python` package. */ // -------------------------------------------------------------------------------- // Require // -------------------------------------------------------------------------------- const { gitClangFormatPath, clangFormatGitPythonPath, } = require('./utils/gitClangFormatPath'); // -------------------------------------------------------------------------------- // Exports // -------------------------------------------------------------------------------- module.exports = { gitClangFormatPath, clangFormatGitPythonPath, };