vfox plugin for clang-format.
clang-format is a tool to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
This plugin uses pixi to install pre-built binaries from conda-forge.
# Install a specific version
mise install clang-format@18.1.8
# Use in current shell
mise use clang-format@18.1.8
# Run clang-format
clang-format --version# Add the plugin
vfox add clang-format
# Install a version
vfox install clang-format@18.1.8
# Use the version
vfox use clang-format@18.1.8