mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
14 lines
206 B
JSON
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"
|
|
]
|
|
}
|