Update VS Code settings
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"editor.codeLensFontFamily": "FiraCode",
|
||||
"metals.enableIndentOnPaste": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"vetur.format.options.tabSize": 4,
|
||||
"monkeyC.developerKeyPath": "/home/chris/.config/connectiq/developer_key",
|
||||
"monkeyC.typeCheckLevel": "Off",
|
||||
@@ -28,5 +29,7 @@
|
||||
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||||
"[markdown]": {
|
||||
"files.trimTrailingWhitespace": false
|
||||
}
|
||||
},
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user