meshtastic/.vscode/settings.json

10 lines
202 B
JSON
Raw Normal View History

2023-01-13 18:02:59 -08:00
{
2023-01-19 04:41:44 -08:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"files.associations": {
"*.mdx": "markdown"
2023-09-09 05:16:14 -07:00
},
"[typescriptreact]": {
"editor.defaultFormatter": "rome.rome"
2023-01-19 04:41:44 -08:00
}
2023-09-09 05:16:14 -07:00
}