MyNixOS website logo

Settings to add to $XDG_CONFIG_HOME/dprint/dprint.json.

Declarations
Type
JSON value
Default
{ }
Example
{
  excludes = [
    "**/node_modules"
    "**/*-lock.json"
  ];
  plugins = [
    "https://plugins.dprint.dev/typescript-0.96.1.wasm"
    "${pkgs.dprint-plugins.g-plane-pretty_yaml}/plugin.wasm"
  ];
  json = { };
  malva = { };
  markdown = { };
  toml = { };
  typescript = { };
  yaml = { };
}