meshtastic/.vscode/settings.json

8 lines
130 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"
}
}