mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-10-30 07:53:33 +08:00
- specifies some include paths - enforces LF eol - encourages clang-format use - adds a comment regarding the IPC task Note: currently GNU/Linux-specific Change-Id: Ib208aca33026bf1c15a3ef18020805ceb20aa55f
15 lines
436 B
JSON
15 lines
436 B
JSON
{
|
|
"C_Cpp.default.includePath": [
|
|
"${default}",
|
|
"${workspaceFolder}/**",
|
|
"/usr/lib/libqt-jami/include/**",
|
|
"/usr/lib64/qt-jami/include/**",
|
|
],
|
|
"C_Cpp.default.cppStandard": "c++17",
|
|
"C_Cpp.default.cStandard": "c11",
|
|
"cmake.configureOnOpen": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "xaver.clang-format",
|
|
"files.eol": "\n",
|
|
"cSpell.enabled": false,
|
|
} |