{
	"useTabs": true,
	"indentWidth": 4,
	"lineWidth": 100,
	"typescript": {
		"locked": true,
		"quoteStyle": "alwaysDouble",
		"jsx.quoteStyle": "preferDouble"
	},
	"json": {},
	"markdown": {
		"locked": true,
		"textWrap": "always"
	},
	"toml": {},
	"dockerfile": {},
	"malva": {
		"locked": true,
		"hexCase": "upper",
		"formatComments": true,
		"blockSelectorLinebreak": "always"
	},
	"markup": {
		"styleIndent": true
	},
	"yaml": {
		"indentWidth": 2
	},
	"excludes": [
		"**/node_modules",
		"**/*-lock.json",
		"pnpm-lock.yaml",
		"pnpm-workspace.yaml",
		"**/package.json",
		"CHANGELOG.md",
		".vscode/**"
	],
	"plugins": [
		"https://plugins.dprint.dev/typescript-0.95.15.wasm",
		"https://plugins.dprint.dev/json-0.21.3.wasm",
		"https://plugins.dprint.dev/markdown-0.21.1.wasm",
		"https://plugins.dprint.dev/toml-0.7.0.wasm",
		"https://plugins.dprint.dev/dockerfile-0.3.3.wasm",
		"https://plugins.dprint.dev/g-plane/malva-v0.15.2.wasm",
		"https://plugins.dprint.dev/g-plane/markup_fmt-v0.27.0.wasm",
		"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm"
	]
}
