[WORKFLOW]: CI

This commit is contained in:
2025-12-26 03:07:15 +05:30
parent 29de059e19
commit cdf85006ec
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"C_Cpp.clang_format_fallbackStyle": "Microsoft"
"C_Cpp.clang_format_fallbackStyle": "Microsoft",
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
}