starting some code

This commit is contained in:
2024-02-04 22:50:25 +03:00
parent 02e3c62bef
commit e705f97fcc
2 changed files with 56 additions and 15 deletions

25
.vscode/settings.json vendored
View File

@@ -1,17 +1,22 @@
{
"cmake.configureOnOpen": false,
"cmake.statusbar.advanced": {
"debug" : {
"debug": {
"visibility": "hidden"
},
"launch" : {
},
"launch": {
"visibility": "hidden"
},
"build" : {
},
"build": {
"visibility": "hidden"
},
"buildTarget" : {
},
"buildTarget": {
"visibility": "hidden"
},
},
}
},
},
"clang-format.executable": "C:/qt/qt-creator-8_win_x64/bin/clang-format.exe",
"editor.formatOnSave": true,
"[cpp]": {
"editor.defaultFormatter": "demiaochen.clang-format-indent-4",
},
}