dprint-plugin-exec
Code formatter
Formats code via execution of formatting CLI commands on host machine.
Formatting plugin for dprint that formats code via other formatting CLI tools.
20 stars
3 watching
1 forks
Language: Rust
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
dprint/dprint-plugin-dockerfile | A plugin that formats Dockerfile code according to a set of rules. | 6 |
dprint/dprint-plugin-jupyter | Formats code blocks in Jupyter notebooks using plugins | 1 |
dprint/dprint-plugin-json | A plugin that formats JSON data for display in a code editor | 19 |
dprint/dprint-plugin-markdown | A plugin for formatting markdown code in a text editor or viewer | 28 |
dprint/dprint-plugin-typescript | A plugin for formatting TypeScript code using the swc parser in Rust. | 258 |
dprint/dprint-plugin-toml | A plugin for formatting TOML configuration files | 18 |
dprint/dprint-plugin-prettier | A wrapper around Prettier to integrate it with the dprint CLI for faster formatting of Rust code. | 98 |
dprint/dprint-plugin-biome | An adapter plugin to integrate Biome's formatting capabilities with dprint's CLI and JavaScript via Wasm | 8 |
dprint/dprint-plugin-ruff | An adapter plugin that integrates Ruff's formatting capabilities with dprint's CLI and JavaScript via Wasm. | 6 |
kkinnear/zprint | A tool for formatting and beautifying Clojure and Clojurescript source code and s-expressions to improve readability. | 556 |
g-plane/markup_fmt | A formatter for various front-end markup languages and templating engines | 102 |
jinxdash/prettier-plugin-rust | A code formatter plugin for Rust that formats code according to the Prettier style guide | 181 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 855 |
dlang-community/dfmt | A tool for formatting D source code according to specific styles and conventions. | 204 |
dotnet/format | A tool for formatting and aligning code in the C# language. | 1,936 |