Fixed container to use clang-format-12 and format on save
This commit is contained in:
parent
67e077348c
commit
4257073a02
|
@ -12,7 +12,9 @@
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"terminal.integrated.shell.linux": "/bin/bash",
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"clang-format.executable": "clang-format-12"
|
||||||
},
|
},
|
||||||
|
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user