summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-12-02 21:02:51 +0100
committerJean-François Milants <jf@codingfield.com>2021-12-02 21:02:51 +0100
commit9f0612bce85c0b87d3dcfa8148cc38906716cd29 (patch)
tree8077278c497989752e5ac4b2e6dd2deaaa613773 /.devcontainer/devcontainer.json
parent871a673a4656c438fc12d4c0ad61d2eacc3ca340 (diff)
parent34511a66ee419086eafe4b5c0f932d7c5b1ab0a7 (diff)
Merge branch 'develop' of github.com:JF002/Pinetime into develop
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 778fe9cb..1bb315f7 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -12,7 +12,9 @@
// Set *default* container specific settings.json values on container create.
"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.
@@ -33,4 +35,4 @@
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
"remoteUser": "infinitime"
-} \ No newline at end of file
+}