Log inSign up
dprint code formatter
61 posts
dprint code formatter profile banner
@dprintfmt

dprint code formatter

@dprintfmt
A pluggable and configurable code formatting platform that unifies all your formatters.
dprint.dev
Joined May 2020
0
Following
90
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @dprintfmt
    dprint code formatter
    @dprintfmt
    7h
    The dprint/check GitHub action now supports caching out of the box between runs. This caches dprint, its plugins, and the incremental formatting cache.
    ```yml
- uses: dprint/check@v2
   with:
      cache: true
```
    1
  • @dprintfmt
    dprint code formatter
    @dprintfmt
    Aug 26
    dprint-plugin-markdown 0.23 was released with a new parser made specifically for formatting, which helped to fix a good number of bugs. Additionally: - HTML is now formatted in markdown - Definition lists are supported - Many new config options It's also ~2.8x faster.
    0.22.1 is 946ms and 0.23.0 is 347 ms for 21.8 MB of data.
    1
  • @dprintfmt
    dprint code formatter
    @dprintfmt
    Jun 8
    dprint-plugin-dockerfile has been significantly improved with a Dockerfile parser written from scratch. The previously relied-on parser hadn't been updated in years. Run `dprint add dockerfile` to use it, or `dprint config update` to update your existing plugin.
    1
  • @dprintfmt
    dprint code formatter
    @dprintfmt
    Jan 15
    dprint now has Oxc (JS/TS) and Mago (PHP) code formatting plugins. Add them to your project by running: dprint config add oxc dprint config add mago These plugins run sandboxed in WebAssembly, like most dprint plugins.
    1
  • @dprintfmt
    dprint code formatter
    @dprintfmt
    May 18, 2025
    dprint 0.50 was released with a new --config-discovery=<mode> flag/environment variable along with Vim keybinding support for selections.
    github.com
    Release 0.50.0 · dprint/dprint
    --config-discovery= flag and environment variable It's now possible to change the way dprint discovers configuration files by using the --config-discovery flag: --config-discovery=...
Advertisement
Advertisement