mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-13 17:14:25 -08:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"files.associations": {
|
|
"*.mdx": "markdown"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "rome.rome"
|
|
}
|
|
} |