Advertisement
orborbson

settings.json

Dec 27th, 2024 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.62 KB | Source Code | 0 0
  1. {
  2.   "window.titleBarStyle": "native",
  3.   "editor.fontSize": 16,
  4.   "editor.autoClosingBrackets": "never",
  5.   "editor.tabSize": 4,
  6.   "editor.insertSpaces": false,
  7.   "editor.detectIndentation": false,
  8.   "files.autoSave": "off",
  9.   "editor.quickSuggestions": {
  10.     "other": false,
  11.     "comments": false,
  12.     "strings": false
  13.   },
  14.   "arduino.window.autoScale": true,
  15.   "window.zoomLevel": 0,
  16.   "arduino.compile.verbose": true,
  17.   "arduino.compile.warnings": "Default",
  18.   "arduino.upload.verbose": true,
  19.   "arduino.upload.verify": false,
  20.   "arduino.sketchbook.showAllFiles": false,
  21.   "workbench.colorTheme": "arduino-theme"
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement