{
"$schema": "https://dprint.dev/schemas/v0.json",
"incremental": true,
"useTabs": false,
"lineWidth": 100,
"indentWidth": 2,
"newLineKind": "lf",
"excludes": [
"**/target",
"**/.git"
],
"includes": ["**/*.{md,yml,yaml,json,toml,lua}"],
"plugins": [
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
"https://plugins.dprint.dev/toml-0.7.0.wasm",
"https://plugins.dprint.dev/json-0.21.0.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm"
],
"markdown": {
"textWrap": "always",
"lineWidth": 100
},
"json": {
"indentWidth": 2,
"useTabs": false,
"preferSingleLine": false
},
"toml": {
"indentWidth": 2
},
"yaml": {
"indentWidth": 2,
"preferSingleLine": false
}
}