mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-24 18:23:08 +00:00

* Account for low resolution wide screen OLEDs * Allow picking of Device Role and new Display Formatter for Device Role * Add remainder of client roles to display formatter * Don't update the role unless you pick a value * Mascots are fun * Fix warnings during compile time * Improve some menus * Mascots need to work everywhere * Update Chirpy image * Fix Trunk * Update protobufs * Add date to Clock screen * Analog clocks love dates too * Finalize date moves for analog clock
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"trunk.enableWindows": true,
|
|
"files.insertFinalNewline": false,
|
|
"files.trimFinalNewlines": false,
|
|
"cmake.configureOnOpen": false,
|
|
"[cpp]": {
|
|
"editor.defaultFormatter": "trunk.io"
|
|
},
|
|
"[powershell]": {
|
|
"editor.defaultFormatter": "ms-vscode.powershell"
|
|
},
|
|
"files.associations": {
|
|
"deque": "cpp",
|
|
"string": "cpp",
|
|
"vector": "cpp"
|
|
}
|
|
}
|