Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "window.titleBarStyle": "native",
- "editor.fontSize": 16,
- "editor.autoClosingBrackets": "never",
- "editor.tabSize": 4,
- "editor.insertSpaces": false,
- "editor.detectIndentation": false,
- "files.autoSave": "off",
- "editor.quickSuggestions": {
- "other": false,
- "comments": false,
- "strings": false
- },
- "arduino.window.autoScale": true,
- "window.zoomLevel": 0,
- "arduino.compile.verbose": true,
- "arduino.compile.warnings": "Default",
- "arduino.upload.verbose": true,
- "arduino.upload.verify": false,
- "arduino.sketchbook.showAllFiles": false,
- "workbench.colorTheme": "arduino-theme"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement