Skip to content
Snippets Groups Projects
Commit bcdf677e authored by Thibaut DE SAIVRE's avatar Thibaut DE SAIVRE
Browse files

better comments for main settings

parent 89d32b10
No related branches found
No related tags found
No related merge requests found
{
// Generic settings :
// ******************************************************************************** //
// GENERIC SETTINGS //
// ******************************************************************************** //
"editor.formatOnSave": true, // Format files on save
"formatFiles.runOrganizeImports": true, // Sort imports when formatting
"editor.codeActionsOnSave": {
......@@ -26,6 +28,10 @@
"*.csv": "gc-excelviewer-csv-editor" // Open CSV files with the Excel extension
},
// ******************************************************************************** //
// LANGUAGE-SPECIFIC SETTINGS //
// ******************************************************************************** //
// C++
"clangd.path": "PATH_TO_YOUR_CLANGD_EXECUTABLE",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment