Files
nanoreth/dprint.json
georgehao 2e4376f359 add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-01-28 12:20:58 +00:00

14 lines
206 B
JSON

{
"toml": {
"useTabs": false,
"cargo.applyConventions": false,
"indentWidth": 4
},
"includes": [
"**/*.toml"
],
"plugins": [
"https://plugins.dprint.dev/toml-0.6.4.wasm"
]
}