This commit is contained in:
Joe Lillibridge 2024-10-30 08:57:13 -05:00
parent 0b2276b58e
commit d8ba79c689
No known key found for this signature in database

18
.arduinoIDE/settings.json Normal file
View File

@ -0,0 +1,18 @@
{
"window.titleBarStyle": "native",
"editor.fontSize": 12,
"workbench.colorTheme": "arduino-theme",
"files.autoSave": "afterDelay",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"arduino.window.autoScale": true,
"window.zoomLevel": 0,
"arduino.compile.verbose": false,
"arduino.compile.warnings": "None",
"arduino.upload.verbose": false,
"arduino.upload.verify": false,
"arduino.sketchbook.showAllFiles": false
}