mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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"
|
|
]
|
|
}
|