xeho91 / dprint-config

Extendable configuration for dprint formatter for JavaScript, TypeScript, Markdown, and JSON files.

Home Page:https://xeho91.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dprint configuration

Extendable dprint configuration.

Usage

  1. Install dprint
  2. Configure it.
    Example:
// .dprint.json

{
	"$schema": "https://dprint.dev/schemas/v0.json",
	"extends": "https://raw.githubusercontent.com/xeho91/dprint-config/main/dprint.json",
	"incremental": true
}

About

Extendable configuration for dprint formatter for JavaScript, TypeScript, Markdown, and JSON files.

https://xeho91.com

License:MIT License