vscode: Update workspace files

formats code you've changed now
This commit is contained in:
Sergio Martins
2021-01-27 21:32:06 +00:00
parent 8d657c5b18
commit 74ae567ced
3 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
"settings": {
"C_Cpp.default.compileCommands": "${workspaceFolder}/build-dev-qtquick/compile_commands.json",
"C_Cpp.default.cStandard": "c17",
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"editor.formatOnType": true
},
"tasks": {
"version": "2.0.0",