Pre Redesign

This commit is contained in:
2026-01-21 03:25:52 +05:30
parent 71fc7ae581
commit dedf28c6cb
58 changed files with 605 additions and 483 deletions

View File

@ -1,5 +1,9 @@
{
"editor.formatOnSave": true,
"C_Cpp.codeAnalysis.runAutomatically": "onSave",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
"C_Cpp.codeAnalysis.clangTidy.useBuildPath": false,
"C_Cpp.codeAnalysis.clangTidy.config": "",
"C_Cpp.clang_format_fallbackStyle": "Microsoft",
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
}