dprint icon indicating copy to clipboard operation
dprint copied to clipboard

Pluggable and configurable code formatting platform written in Rust.

Results 172 dprint issues
Sort by recently updated
recently updated
newest added

Version: 0.16.3 The rust fmt plugin does not seem to install. It seems to write a file to a folder and then delete the folder. Is this potentially causing the...

needs investigation

Need to make it easy for people to setup their projects so users can just come in and do, for example, `yarn format` and it just works. If anything, this...

documentation
enhancement

See https://github.com/dprint/dprint-plugin-typescript/pull/263#issuecomment-908403629 for reason.

enhancement
domain: cli

In our project, we have a generator that takes a repository state and reads all `.gitignore` and `.gitattributes` files. For `.gitattributes` specifically we're interested in code that is marked autogenerated...

enhancement
domain: cli

It could be quite easy to add support to vim/neovim without a complex plugin. Prettier can be used in neovim by simply adding the following to the config file and...

enhancement

On [Buildkite](https://buildkite.com/) the diff coloring from `dprint check` does not seem to be applied (neither seems to be https://github.com/dprint/dprint/blob/f33209b9192ba984d125f7a08a16731eddb0145a/crates/dprint/src/cli/run_cli.rs#L291). I tried (unsuccessfully): * `TERM=xterm-256color` (Buildkite's default `TERM`) (this seems to...

bug

As title. Right now it does an OS error that's not helpful. It's ok to kill the process plugins because I'm starting to slowly make everything a bit more resilient...

enhancement

From https://github.com/dprint/dprint/issues/271#issuecomment-667692834 Specifically improve https://docs.rs/dprint-core/0.26.2/dprint_core/formatting/index.html

documentation

Wasmer will integrate soon [full Javascript bindings](https://github.com/wasmerio/wasmer/pull/2460). That means, allowing any 3rd party code that is using Wasmer in Rust to target the browser/Node easily. Same API and supported features...