mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-11-04 08:10:18 +08:00
10 lines
342 B
JSON
10 lines
342 B
JSON
{
|
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"C_Cpp.default.cppStandard": "c++17",
|
|
"C_Cpp.default.cStandard": "c11",
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"cmake.configureOnOpen": false,
|
|
"cmake.configureOnEdit": false,
|
|
"editor.formatOnSave": true,
|
|
"files.eol": "\n",
|
|
} |