chore: .vscode settings

This commit is contained in:
Yannick Mauray 2024-06-27 19:23:31 +02:00
parent 9a6be3144a
commit c9a6372ba8
No known key found for this signature in database
GPG Key ID: C5C52B9E46D9F148
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true,
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"cmake.sourceDirectory": "${workspaceFolder}/linux"
}